Html Css Color HEX #CC59EA Medium Orchid

📋 copy color: '#CC59EA'

red 204 ◦ green 89 ◦ blue 234

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

Shades of Medium Orchid #CC59EA

Tints of Medium Orchid #CC59EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.4%

R = 38.71%
G = 16.89%
B = 44.4%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC59EA (or 0xCC59EA) is known color: Medium Orchid. HEX triplet: CC, 59 and EA. RGB value is (204,89,234). Sum of RGB (Red+Green+Blue) = 204+89+234=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 89 (35.16% from 255 or 16.89% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC59EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC59EA is #33A615. Grayscale: #8B8B8B. Windows color (decimal): -3384854 or 15358412. OLE color: 15358412.

HSL color Cylindrical-coordinate representation of color #CC59EA: hue angle of 287.59º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC59EA is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 89 234 -
CMYK 0.13 0.62 0 0.08
HSL 287.59º 0.78% 0.63% -
HSV(B) 287.59º 0.62% 0.92% -
XYZ 43.33 25.92 80.56 -
YUV 139.92 181.1 173.71 -
System Red Green Blue C M Y K H S L
Decimal 204 89 234 0.13 0.62 0 0.08 287.59 0.78 0.63
Hex CC 59 EA D 3E 0 8 120 4E 3F
Octal 314 131 352 15 76 0 10 440 116 77
Binary 11001100 1011001 11101010 1101 111110 0 1000 100100000 1001110 111111

Color Harmonies of #CC59EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC59EA

Black with #CC59EA

Text Example


Text Example

White with #CC59EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC59EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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