Html Css Color HEX #CC59E8 Medium Orchid

📋 copy color: '#CC59E8'

red 204 ◦ green 89 ◦ blue 232

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

Shades of Medium Orchid #CC59E8

Tints of Medium Orchid #CC59E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 44.19%

R = 38.86%
G = 16.95%
B = 44.19%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CC59E8 (or 0xCC59E8) is known color: Medium Orchid. HEX triplet: CC, 59 and E8. RGB value is (204,89,232). Sum of RGB (Red+Green+Blue) = 204+89+232=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 89 (35.16% from 255 or 16.95% from 525); Blue value is 232 (91.02% from 255 or 44.19% from 525); Max value from RGB is 232 - color contains mainly: blue. Hex color #CC59E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC59E8 is #33A617. Grayscale: #8B8B8B. Windows color (decimal): -3384856 or 15227340. OLE color: 15227340.

HSL color Cylindrical-coordinate representation of color #CC59E8: hue angle of 288.25º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC59E8 is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 89 232 -
CMYK 0.12 0.62 0 0.09
HSL 288.25º 0.76% 0.63% -
HSV(B) 288.25º 0.62% 0.91% -
XYZ 43.04 25.81 79.06 -
YUV 139.69 180.1 173.87 -
System Red Green Blue C M Y K H S L
Decimal 204 89 232 0.12 0.62 0 0.09 288.25 0.76 0.63
Hex CC 59 E8 C 3E 0 9 120 4C 3F
Octal 314 131 350 14 76 0 11 440 114 77
Binary 11001100 1011001 11101000 1100 111110 0 1001 100100000 1001100 111111

Color Harmonies of #CC59E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC59E8

Black with #CC59E8

Text Example


Text Example

White with #CC59E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC59E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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