Html Css Color HEX #CC5DDD Medium Orchid

📋 copy color: '#CC5DDD'

red 204 ◦ green 93 ◦ blue 221

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

Shades of Medium Orchid #CC5DDD

Tints of Medium Orchid #CC5DDD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.95%

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

R = 39.38%
G = 17.95%
B = 42.66%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC5DDD (or 0xCC5DDD) is known color: Medium Orchid. HEX triplet: CC, 5D and DD. RGB value is (204,93,221). Sum of RGB (Red+Green+Blue) = 204+93+221=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 93 (36.72% from 255 or 17.95% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC5DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5DDD is #33A222. Grayscale: #8C8C8C. Windows color (decimal): -3383843 or 14507468. OLE color: 14507468.

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

Color convert

RGB 204 93 221 -
CMYK 0.08 0.58 0 0.13
HSL 292.03º 0.65% 0.62% -
HSV(B) 292.03º 0.58% 0.87% -
XYZ 41.87 25.89 71.2 -
YUV 140.78 173.27 173.09 -
System Red Green Blue C M Y K H S L
Decimal 204 93 221 0.08 0.58 0 0.13 292.03 0.65 0.62
Hex CC 5D DD 8 3A 0 D 124 41 3E
Octal 314 135 335 10 72 0 15 444 101 76
Binary 11001100 1011101 11011101 1000 111010 0 1101 100100100 1000001 111110

Color Harmonies of #CC5DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5DDD

Black with #CC5DDD

Text Example


Text Example

White with #CC5DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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