#C36DE0

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

Shades of Medium Orchid #C36DE0

Tints of Medium Orchid #C36DE0

Color information

#C36DE0 (or 0xC36DE0) is unknown color: approx Medium Orchid. HEX triplet: C3, 6D and E0. RGB value is (195,109,224). Sum of RGB (Red+Green+Blue) = 195+109+224=528 (69% of max value = 765). Red value is 195 (76.56% from 255 or 36.93% from 528); Green value is 109 (42.97% from 255 or 20.64% from 528); Blue value is 224 (87.89% from 255 or 42.42% from 528); Max value from RGB is 224 - color contains mainly: blue. Hex color #C36DE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36DE0 is #3C921F. Grayscale: #939393. Windows color (decimal): -3969568 or 14708163. OLE color: 14708163.

HSL color Cylindrical-coordinate representation of color #C36DE0: hue angle of 284.87º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C36DE0 is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB195109224-
CMYK0.130.5100.12
HSL284.87º64.97%65.29%-
HSV(B)284.87º51.34%87.84%-
XYZ41.4327.9273.73-
YUV147.82170.99161.65-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.93%
GREEN value IS 109 (42.97% from 255) = 20.64%
BLUE value IS 224 (87.89% from 255) = 42.42%
R=36.93%
G=20.64%
B=42.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1951092240.130.5100.12284.8764.9765.29
HexC36DE0D330C11d4141
Octal3031553401563014435101101
Binary1100001111011011110000011011100110110010001110110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36DE0; }

 p { color: rgb(195,109,224); }

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

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

 a { background-color: rgb(195,109,224); }

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

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

 span { border-color: rgb(195,109,224); }

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