Html Css Color HEX #CC59EE Medium Orchid

📋 copy color: '#CC59EE'

red 204 ◦ green 89 ◦ blue 238

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

Shades of Medium Orchid #CC59EE

Tints of Medium Orchid #CC59EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.82%

R = 38.42%
G = 16.76%
B = 44.82%

CMYK

 C value IS 0.14

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC59EE (or 0xCC59EE) is known color: Medium Orchid. HEX triplet: CC, 59 and EE. RGB value is (204,89,238). Sum of RGB (Red+Green+Blue) = 204+89+238=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 89 (35.16% from 255 or 16.76% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC59EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC59EE is #33A611. Grayscale: #8B8B8B. Windows color (decimal): -3384850 or 15620556. OLE color: 15620556.

HSL color Cylindrical-coordinate representation of color #CC59EE: hue angle of 286.31º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC59EE is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 89 238 -
CMYK 0.14 0.63 0 0.07
HSL 286.31º 0.81% 0.64% -
HSV(B) 286.31º 0.63% 0.93% -
XYZ 43.91 26.16 83.62 -
YUV 140.37 183.1 173.38 -
System Red Green Blue C M Y K H S L
Decimal 204 89 238 0.14 0.63 0 0.07 286.31 0.81 0.64
Hex CC 59 EE E 3F 0 7 11E 51 40
Octal 314 131 356 16 77 0 7 436 121 100
Binary 11001100 1011001 11101110 1110 111111 0 111 100011110 1010001 1000000

Color Harmonies of #CC59EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC59EE

Black with #CC59EE

Text Example


Text Example

White with #CC59EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC59EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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