Html Css Color HEX #CC59EC Medium Orchid

📋 copy color: '#CC59EC'

red 204 ◦ green 89 ◦ blue 236

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

Shades of Medium Orchid #CC59EC

Tints of Medium Orchid #CC59EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.61%

R = 38.56%
G = 16.82%
B = 44.61%

CMYK

 C value IS 0.14

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC59EC (or 0xCC59EC) is known color: Medium Orchid. HEX triplet: CC, 59 and EC. RGB value is (204,89,236). Sum of RGB (Red+Green+Blue) = 204+89+236=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 89 (35.16% from 255 or 16.82% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC59EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC59EC is #33A613. Grayscale: #8B8B8B. Windows color (decimal): -3384852 or 15489484. OLE color: 15489484.

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

Color convert

RGB 204 89 236 -
CMYK 0.14 0.62 0 0.07
HSL 286.94º 0.79% 0.64% -
HSV(B) 286.94º 0.62% 0.93% -
XYZ 43.61 26.04 82.08 -
YUV 140.14 182.1 173.55 -
System Red Green Blue C M Y K H S L
Decimal 204 89 236 0.14 0.62 0 0.07 286.94 0.79 0.64
Hex CC 59 EC E 3E 0 7 11F 4F 40
Octal 314 131 354 16 76 0 7 437 117 100
Binary 11001100 1011001 11101100 1110 111110 0 111 100011111 1001111 1000000

Color Harmonies of #CC59EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC59EC

Black with #CC59EC

Text Example


Text Example

White with #CC59EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC59EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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