#CB52DB

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

Shades of Medium Orchid #CB52DB

Tints of Medium Orchid #CB52DB

Color information

#CB52DB (or 0xCB52DB) is unknown color: approx Medium Orchid. HEX triplet: CB, 52 and DB. RGB value is (203,82,219). Sum of RGB (Red+Green+Blue) = 203+82+219=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 82 (32.42% from 255 or 16.27% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB52DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB52DB is #34AD24. Grayscale: #858585. Windows color (decimal): -3452197 or 14373579. OLE color: 14373579.

HSL color Cylindrical-coordinate representation of color #CB52DB: hue angle of 292.99º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB52DB is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20382219-
CMYK0.070.6300.14
HSL292.99º65.55%59.02%-
HSV(B)292.99º62.56%85.88%-
XYZ40.4323.8569.49-
YUV133.8176.09177.36-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.28%
GREEN value IS 82 (32.42% from 255) = 16.27%
BLUE value IS 219 (85.94% from 255) = 43.45%
R=40.28%
G=16.27%
B=43.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal203822190.070.6300.14292.9965.5559.02
HexCB52DB73F0E125423b
Octal31312233377701644510273
Binary11001011101001011011011111111111011101001001011000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB52DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB52DB; }

 p { color: rgb(203,82,219); }

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

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

 a { background-color: rgb(203,82,219); }

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

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

 span { border-color: rgb(203,82,219); }

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