Html Css Color HEX #CC59D8 Medium Orchid

📋 copy color: '#CC59D8'

red 204 ◦ green 89 ◦ blue 216

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

Shades of Medium Orchid #CC59D8

Tints of Medium Orchid #CC59D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.44%

R = 40.08%
G = 17.49%
B = 42.44%

CMYK

 C value IS 0.06

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC59D8 (or 0xCC59D8) is known color: Medium Orchid. HEX triplet: CC, 59 and D8. RGB value is (204,89,216). Sum of RGB (Red+Green+Blue) = 204+89+216=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 89 (35.16% from 255 or 17.49% from 509); Blue value is 216 (84.77% from 255 or 42.44% from 509); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC59D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC59D8 is #33A627. Grayscale: #898989. Windows color (decimal): -3384872 or 14178764. OLE color: 14178764.

HSL color Cylindrical-coordinate representation of color #CC59D8: hue angle of 294.33º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC59D8 is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 89 216 -
CMYK 0.06 0.59 0 0.15
HSL 294.33º 0.62% 0.6% -
HSV(B) 294.33º 0.59% 0.85% -
XYZ 40.87 24.94 67.63 -
YUV 137.86 172.1 175.17 -
System Red Green Blue C M Y K H S L
Decimal 204 89 216 0.06 0.59 0 0.15 294.33 0.62 0.6
Hex CC 59 D8 6 3B 0 F 126 3E 3C
Octal 314 131 330 6 73 0 17 446 76 74
Binary 11001100 1011001 11011000 110 111011 0 1111 100100110 111110 111100

Color Harmonies of #CC59D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC59D8

Black with #CC59D8

Text Example


Text Example

White with #CC59D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC59D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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