#CC52DB

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

Shades of Medium Orchid #CC52DB

Tints of Medium Orchid #CC52DB

Color information

#CC52DB (or 0xCC52DB) is unknown color: approx Medium Orchid. HEX triplet: CC, 52 and DB. RGB value is (204,82,219). Sum of RGB (Red+Green+Blue) = 204+82+219=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 82 (32.42% from 255 or 16.24% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC52DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC52DB is #33AD24. Grayscale: #858585. Windows color (decimal): -3386661 or 14373580. OLE color: 14373580.

HSL color Cylindrical-coordinate representation of color #CC52DB: hue angle of 293.43º 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 #CC52DB is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20482219-
CMYK0.070.6300.14
HSL293.43º65.55%59.02%-
HSV(B)293.43º62.56%85.88%-
XYZ40.7123.9969.5-
YUV134.1175.92177.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.40%
GREEN value IS 82 (32.42% from 255) = 16.24%
BLUE value IS 219 (85.94% from 255) = 43.37%
R=40.40%
G=16.24%
B=43.37%

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
Decimal204822190.070.6300.14293.4365.5559.02
HexCC52DB73F0E125423b
Octal31412233377701644510273
Binary11001100101001011011011111111111011101001001011000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC52DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC52DB; }

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

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

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

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

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

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

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

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