#cb5dec

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

Shades of Medium Orchid #CB5DEC

Tints of Medium Orchid #CB5DEC

Color information

#CB5DEC (or 0xCB5DEC) is unknown color: approx Medium Orchid. HEX triplet: CB, 5D and EC. RGB value is (203,93,236). Sum of RGB (Red+Green+Blue) = 203+93+236=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 93 (36.72% from 255 or 17.48% from 532); Blue value is 236 (92.58% from 255 or 44.36% from 532); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB5DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB5DEC is #34A213. Grayscale: #8D8D8D. Windows color (decimal): -3449364 or 15490507. OLE color: 15490507.

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

Color convert

RGB20393236-
CMYK0.140.6100.07
HSL286.15º79.01%64.51%-
HSV(B)286.15º60.59%92.55%-
XYZ43.6826.5882.19-
YUV142.19180.94171.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.16%
GREEN value IS 93 (36.72% from 255) = 17.48%
BLUE value IS 236 (92.58% from 255) = 44.36%
R=38.16%
G=17.48%
B=44.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal203932360.140.6100.07286.1579.0164.51
HexCB5DECE3D0711e4f41
Octal313135354167507436117101
Binary110010111011101111011001110111101011110001111010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb5dec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb5dec; }

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

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

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

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

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

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

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

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