Html Css Color HEX #CC5EDD Medium Orchid

📋 copy color: '#CC5EDD'

red 204 ◦ green 94 ◦ blue 221

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

Shades of Medium Orchid #CC5EDD

Tints of Medium Orchid #CC5EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.58%

R = 39.31%
G = 18.11%
B = 42.58%

CMYK

 C value IS 0.08

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC5EDD (or 0xCC5EDD) is known color: Medium Orchid. HEX triplet: CC, 5E and DD. RGB value is (204,94,221). Sum of RGB (Red+Green+Blue) = 204+94+221=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 94 (37.11% from 255 or 18.11% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC5EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5EDD is #33A122. Grayscale: #8C8C8C. Windows color (decimal): -3383587 or 14507724. OLE color: 14507724.

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

Color convert

RGB 204 94 221 -
CMYK 0.08 0.57 0 0.13
HSL 291.97º 0.65% 0.62% -
HSV(B) 291.97º 0.57% 0.87% -
XYZ 41.96 26.06 71.23 -
YUV 141.37 172.94 172.67 -
System Red Green Blue C M Y K H S L
Decimal 204 94 221 0.08 0.57 0 0.13 291.97 0.65 0.62
Hex CC 5E DD 8 39 0 D 124 41 3E
Octal 314 136 335 10 71 0 15 444 101 76
Binary 11001100 1011110 11011101 1000 111001 0 1101 100100100 1000001 111110

Color Harmonies of #CC5EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5EDD

Black with #CC5EDD

Text Example


Text Example

White with #CC5EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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