#CC36EB

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

Shades of Medium Orchid #CC36EB

Tints of Medium Orchid #CC36EB

Color information

#CC36EB (or 0xCC36EB) is unknown color: approx Medium Orchid. HEX triplet: CC, 36 and EB. RGB value is (204,54,235). Sum of RGB (Red+Green+Blue) = 204+54+235=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 54 (21.48% from 255 or 10.95% from 493); Blue value is 235 (92.19% from 255 or 47.67% from 493); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC36EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC36EB is #33C914. Grayscale: #767676. Windows color (decimal): -3393813 or 15414988. OLE color: 15414988.

HSL color Cylindrical-coordinate representation of color #CC36EB: hue angle of 289.72º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC36EB is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB20454235-
CMYK0.130.7700.08
HSL289.72º81.9%56.67%-
HSV(B)289.72º77.02%92.16%-
XYZ41.2221.4780.57-
YUV119.48193.2188.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.38%
GREEN value IS 54 (21.48% from 255) = 10.95%
BLUE value IS 235 (92.19% from 255) = 47.67%
R=41.38%
G=10.95%
B=47.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal204542350.130.7700.08289.7281.956.67
HexCC36EBD4D081225239
Octal314663531511501044212271
Binary110011001101101110101111011001101010001001000101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC36EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC36EB; }

 p { color: rgb(204,54,235); }

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

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

 a { background-color: rgb(204,54,235); }

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

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

 span { border-color: rgb(204,54,235); }

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