Html Css Color HEX #CC5EE9 Medium Orchid

📋 copy color: '#CC5EE9'

red 204 ◦ green 94 ◦ blue 233

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

Shades of Medium Orchid #CC5EE9

Tints of Medium Orchid #CC5EE9

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.7%

 BLUE value IS 233 (91.41% from 255) = 43.88%

R = 38.42%
G = 17.7%
B = 43.88%

CMYK

 C value IS 0.12

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CC5EE9 (or 0xCC5EE9) is known color: Medium Orchid. HEX triplet: CC, 5E and E9. RGB value is (204,94,233). Sum of RGB (Red+Green+Blue) = 204+94+233=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 94 (37.11% from 255 or 17.70% from 531); Blue value is 233 (91.41% from 255 or 43.88% from 531); Max value from RGB is 233 - color contains mainly: blue. Hex color #CC5EE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5EE9 is #33A116. Grayscale: #8E8E8E. Windows color (decimal): -3383575 or 15294156. OLE color: 15294156.

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

Color convert

RGB 204 94 233 -
CMYK 0.12 0.60 0 0.09
HSL 287.48º 0.76% 0.64% -
HSV(B) 287.48º 0.6% 0.91% -
XYZ 43.61 26.73 79.95 -
YUV 142.74 178.94 171.7 -
System Red Green Blue C M Y K H S L
Decimal 204 94 233 0.12 0.60 0 0.09 287.48 0.76 0.64
Hex CC 5E E9 C 3C 0 9 11F 4C 40
Octal 314 136 351 14 74 0 11 437 114 100
Binary 11001100 1011110 11101001 1100 111100 0 1001 100011111 1001100 1000000

Color Harmonies of #CC5EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5EE9

Black with #CC5EE9

Text Example


Text Example

White with #CC5EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5EE9; }

 p { color: rgb(204,94,233); }

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

background-color css

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

 a { background-color: rgb(204,94,233); }

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

border-color css

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

 span { border-color: rgb(204,94,233); }

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