#C36CDC

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

Shades of Medium Orchid #C36CDC

Tints of Medium Orchid #C36CDC

Color information

#C36CDC (or 0xC36CDC) is unknown color: approx Medium Orchid. HEX triplet: C3, 6C and DC. RGB value is (195,108,220). Sum of RGB (Red+Green+Blue) = 195+108+220=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 108 (42.58% from 255 or 20.65% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #C36CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36CDC is #3C9323. Grayscale: #929292. Windows color (decimal): -3969828 or 14445763. OLE color: 14445763.

HSL color Cylindrical-coordinate representation of color #C36CDC: hue angle of 286.61º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C36CDC is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB195108220-
CMYK0.110.5100.14
HSL286.61º61.54%64.31%-
HSV(B)286.61º50.91%86.27%-
XYZ40.7927.4970.87-
YUV146.78169.32162.39-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.28%
GREEN value IS 108 (42.58% from 255) = 20.65%
BLUE value IS 220 (86.33% from 255) = 42.07%
R=37.28%
G=20.65%
B=42.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1951082200.110.5100.14286.6161.5464.31
HexC36CDCB330E11f3e40
Octal303154334136301643776100
Binary110000111101100110111001011110011011101000111111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36CDC; }

 p { color: rgb(195,108,220); }

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

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

 a { background-color: rgb(195,108,220); }

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

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

 span { border-color: rgb(195,108,220); }

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