#CB36EC

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

Shades of Medium Orchid #CB36EC

Tints of Medium Orchid #CB36EC

Color information

#CB36EC (or 0xCB36EC) is unknown color: approx Medium Orchid. HEX triplet: CB, 36 and EC. RGB value is (203,54,236). Sum of RGB (Red+Green+Blue) = 203+54+236=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 54 (21.48% from 255 or 10.95% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB36EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB36EC is #34C913. Grayscale: #767676. Windows color (decimal): -3459348 or 15480523. OLE color: 15480523.

HSL color Cylindrical-coordinate representation of color #CB36EC: hue angle of 289.12º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB36EC is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20354236-
CMYK0.140.7700.07
HSL289.12º82.73%56.86%-
HSV(B)289.12º77.12%92.55%-
XYZ41.0921.3981.32-
YUV119.3193.86187.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.18%
GREEN value IS 54 (21.48% from 255) = 10.95%
BLUE value IS 236 (92.58% from 255) = 47.87%
R=41.18%
G=10.95%
B=47.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal203542360.140.7700.07289.1282.7356.86
HexCB36ECE4D071215339
Octal31366354161150744112371
Binary11001011110110111011001110100110101111001000011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB36EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB36EC; }

 p { color: rgb(203,54,236); }

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

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

 a { background-color: rgb(203,54,236); }

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

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

 span { border-color: rgb(203,54,236); }

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