Html Css Color HEX #CC59DD Medium Orchid

📋 copy color: '#CC59DD'

red 204 ◦ green 89 ◦ blue 221

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

Shades of Medium Orchid #CC59DD

Tints of Medium Orchid #CC59DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43%

R = 39.69%
G = 17.32%
B = 43%

CMYK

 C value IS 0.08

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC59DD (or 0xCC59DD) is known color: Medium Orchid. HEX triplet: CC, 59 and DD. RGB value is (204,89,221). Sum of RGB (Red+Green+Blue) = 204+89+221=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 89 (35.16% from 255 or 17.32% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC59DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC59DD is #33A622. Grayscale: #8A8A8A. Windows color (decimal): -3384867 or 14506444. OLE color: 14506444.

HSL color Cylindrical-coordinate representation of color #CC59DD: hue angle of 292.27º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC59DD is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 89 221 -
CMYK 0.08 0.60 0 0.13
HSL 292.27º 0.66% 0.61% -
HSV(B) 292.27º 0.6% 0.87% -
XYZ 41.53 25.2 71.08 -
YUV 138.43 174.6 174.77 -
System Red Green Blue C M Y K H S L
Decimal 204 89 221 0.08 0.60 0 0.13 292.27 0.66 0.61
Hex CC 59 DD 8 3C 0 D 124 42 3D
Octal 314 131 335 10 74 0 15 444 102 75
Binary 11001100 1011001 11011101 1000 111100 0 1101 100100100 1000010 111101

Color Harmonies of #CC59DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC59DD

Black with #CC59DD

Text Example


Text Example

White with #CC59DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC59DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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