#C36EE4

Color #C36EE4 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C36EE4

Tints of Medium Orchid #C36EE4

Color information

#C36EE4 (or 0xC36EE4) is unknown color: approx Medium Orchid. HEX triplet: C3, 6E and E4. RGB value is (195,110,228). Sum of RGB (Red+Green+Blue) = 195+110+228=533 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.59% from 533); Green value is 110 (43.36% from 255 or 20.64% from 533); Blue value is 228 (89.45% from 255 or 42.78% from 533); Max value from RGB is 228 - color contains mainly: blue. Hex color #C36EE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36EE4 is #3C911B. Grayscale: #949494. Windows color (decimal): -3969308 or 14970563. OLE color: 14970563.

HSL color Cylindrical-coordinate representation of color #C36EE4: hue angle of 283.22º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C36EE4 is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB195110228-
CMYK0.140.5200.11
HSL283.22º68.6%66.27%-
HSV(B)283.22º51.75%89.41%-
XYZ42.0928.3676.65-
YUV148.87172.66160.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 36.59%
GREEN value IS 110 (43.36% from 255) = 20.64%
BLUE value IS 228 (89.45% from 255) = 42.78%
R=36.59%
G=20.64%
B=42.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1951102280.140.5200.11283.2268.666.27
HexC36EE4E340B11b4542
Octal3031563441664013433105102
Binary1100001111011101110010011101101000101110001101110001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36EE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36EE4; }

 p { color: rgb(195,110,228); }

 H1.HeaderClassName
 {
   color: #C36EE4;
 }
 .AnyTagClassName
 {
   color: #C36EE4;
 }
</style>
background-color css

<style>
 a { background-color: #C36EE4; }

 a { background-color: rgb(195,110,228); }

 div.DivClassName
 {
   background-color: #C36EE4;
 }
 .BgClassName
 {
   background-color: #C36EE4;
 }
</style>
border-color css

<style>
 span { border-color: #C36EE4; }

 span { border-color: rgb(195,110,228); }

 td.TdClassName
 {
   border-color: #C36EE4;
 }
 .TagClassName
 {
   border-color: #C36EE4;
 }
</style>