Html Css Color HEX #CC59DB Medium Orchid

📋 copy color: '#CC59DB'

red 204 ◦ green 89 ◦ blue 219

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

Shades of Medium Orchid #CC59DB

Tints of Medium Orchid #CC59DB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.38%

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

R = 39.84%
G = 17.38%
B = 42.77%

CMYK

 C value IS 0.07

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC59DB (or 0xCC59DB) is known color: Medium Orchid. HEX triplet: CC, 59 and DB. RGB value is (204,89,219). Sum of RGB (Red+Green+Blue) = 204+89+219=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 89 (35.16% from 255 or 17.38% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC59DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC59DB is #33A624. Grayscale: #898989. Windows color (decimal): -3384869 or 14375372. OLE color: 14375372.

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

Color convert

RGB 204 89 219 -
CMYK 0.07 0.59 0 0.14
HSL 293.08º 0.64% 0.6% -
HSV(B) 293.08º 0.59% 0.86% -
XYZ 41.26 25.1 69.69 -
YUV 138.21 173.6 174.93 -
System Red Green Blue C M Y K H S L
Decimal 204 89 219 0.07 0.59 0 0.14 293.08 0.64 0.6
Hex CC 59 DB 7 3B 0 E 125 40 3C
Octal 314 131 333 7 73 0 16 445 100 74
Binary 11001100 1011001 11011011 111 111011 0 1110 100100101 1000000 111100

Color Harmonies of #CC59DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC59DB

Black with #CC59DB

Text Example


Text Example

White with #CC59DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC59DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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