Html Css Color HEX #CC59EB Medium Orchid

📋 copy color: '#CC59EB'

red 204 ◦ green 89 ◦ blue 235

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

Shades of Medium Orchid #CC59EB

Tints of Medium Orchid #CC59EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.51%

R = 38.64%
G = 16.86%
B = 44.51%

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

#CC59EB (or 0xCC59EB) is known color: Medium Orchid. HEX triplet: CC, 59 and EB. RGB value is (204,89,235). Sum of RGB (Red+Green+Blue) = 204+89+235=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 89 (35.16% from 255 or 16.86% from 528); Blue value is 235 (92.19% from 255 or 44.51% from 528); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC59EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC59EB is #33A614. Grayscale: #8B8B8B. Windows color (decimal): -3384853 or 15423948. OLE color: 15423948.

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

Color convert

RGB 204 89 235 -
CMYK 0.13 0.62 0 0.08
HSL 287.26º 0.78% 0.64% -
HSV(B) 287.26º 0.62% 0.92% -
XYZ 43.47 25.98 81.32 -
YUV 140.03 181.6 173.63 -
System Red Green Blue C M Y K H S L
Decimal 204 89 235 0.13 0.62 0 0.08 287.26 0.78 0.64
Hex CC 59 EB D 3E 0 8 11F 4E 40
Octal 314 131 353 15 76 0 10 437 116 100
Binary 11001100 1011001 11101011 1101 111110 0 1000 100011111 1001110 1000000

Color Harmonies of #CC59EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC59EB

Black with #CC59EB

Text Example


Text Example

White with #CC59EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC59EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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