Html Css Color HEX #CC52DB Medium Orchid

📋 copy color: '#CC52DB'

red 204 ◦ green 82 ◦ blue 219

#CC52DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #CC52DB

Tints of Medium Orchid #CC52DB

RGB

 RED value IS 204 (80.08% from 255) = 40.4%

 GREEN value IS 82 (32.42% from 255) = 16.24%

 BLUE value IS 219 (85.94% from 255) = 43.37%

R = 40.4%
G = 16.24%
B = 43.37%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC52DB (or 0xCC52DB) is known color: 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

RGB 204 82 219 -
CMYK 0.07 0.63 0 0.14
HSL 293.43º 0.66% 0.59% -
HSV(B) 293.43º 0.63% 0.86% -
XYZ 40.71 23.99 69.5 -
YUV 134.1 175.92 177.86 -
System Red Green Blue C M Y K H S L
Decimal 204 82 219 0.07 0.63 0 0.14 293.43 0.66 0.59
Hex CC 52 DB 7 3F 0 E 125 42 3B
Octal 314 122 333 7 77 0 16 445 102 73
Binary 11001100 1010010 11011011 111 111111 0 1110 100100101 1000010 111011

Color Harmonies of #CC52DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC52DB

Black with #CC52DB

Text Example


Text Example

White with #CC52DB

Text Example


Text Example

HTML Codes & Css Web 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>