Html Css Color HEX #CC51DB Medium Orchid

📋 copy color: '#CC51DB'

red 204 ◦ green 81 ◦ blue 219

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

Shades of Medium Orchid #CC51DB

Tints of Medium Orchid #CC51DB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.07%

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

R = 40.48%
G = 16.07%
B = 43.45%

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

#CC51DB (or 0xCC51DB) is known color: Medium Orchid. HEX triplet: CC, 51 and DB. RGB value is (204,81,219). Sum of RGB (Red+Green+Blue) = 204+81+219=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 81 (32.03% from 255 or 16.07% 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 #CC51DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC51DB is #33AE24. Grayscale: #858585. Windows color (decimal): -3386917 or 14373324. OLE color: 14373324.

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

Color convert

RGB 204 81 219 -
CMYK 0.07 0.63 0 0.14
HSL 293.48º 0.66% 0.59% -
HSV(B) 293.48º 0.63% 0.86% -
XYZ 40.63 23.84 69.48 -
YUV 133.51 176.25 178.28 -
System Red Green Blue C M Y K H S L
Decimal 204 81 219 0.07 0.63 0 0.14 293.48 0.66 0.59
Hex CC 51 DB 7 3F 0 E 125 42 3B
Octal 314 121 333 7 77 0 16 445 102 73
Binary 11001100 1010001 11011011 111 111111 0 1110 100100101 1000010 111011

Color Harmonies of #CC51DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC51DB

Black with #CC51DB

Text Example


Text Example

White with #CC51DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC51DB; }

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

 H1.HeaderClassName
 {
   color: #CC51DB;
 }
 .AnyTagClassName
 {
   color: #CC51DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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