Html Css Color HEX #CC59D6 Medium Orchid

📋 copy color: '#CC59D6'

red 204 ◦ green 89 ◦ blue 214

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

Shades of Medium Orchid #CC59D6

Tints of Medium Orchid #CC59D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.21%

R = 40.24%
G = 17.55%
B = 42.21%

CMYK

 C value IS 0.05

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CC59D6 (or 0xCC59D6) is known color: Medium Orchid. HEX triplet: CC, 59 and D6. RGB value is (204,89,214). Sum of RGB (Red+Green+Blue) = 204+89+214=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 89 (35.16% from 255 or 17.55% from 507); Blue value is 214 (83.98% from 255 or 42.21% from 507); Max value from RGB is 214 - color contains mainly: blue. Hex color #CC59D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC59D6 is #33A629. Grayscale: #898989. Windows color (decimal): -3384874 or 14047692. OLE color: 14047692.

HSL color Cylindrical-coordinate representation of color #CC59D6: hue angle of 295.2º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC59D6 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 89 214 -
CMYK 0.05 0.58 0 0.16
HSL 295.2º 0.6% 0.59% -
HSV(B) 295.2º 0.58% 0.84% -
XYZ 40.61 24.84 66.27 -
YUV 137.64 171.1 175.34 -
System Red Green Blue C M Y K H S L
Decimal 204 89 214 0.05 0.58 0 0.16 295.2 0.6 0.59
Hex CC 59 D6 5 3A 0 10 127 3C 3B
Octal 314 131 326 5 72 0 20 447 74 73
Binary 11001100 1011001 11010110 101 111010 0 10000 100100111 111100 111011

Color Harmonies of #CC59D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC59D6

Black with #CC59D6

Text Example


Text Example

White with #CC59D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC59D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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