Html Css Color HEX #CC5FDD Medium Orchid

📋 copy color: '#CC5FDD'

red 204 ◦ green 95 ◦ blue 221

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

Shades of Medium Orchid #CC5FDD

Tints of Medium Orchid #CC5FDD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.27%

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

R = 39.23%
G = 18.27%
B = 42.5%

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

#CC5FDD (or 0xCC5FDD) is known color: Medium Orchid. HEX triplet: CC, 5F and DD. RGB value is (204,95,221). Sum of RGB (Red+Green+Blue) = 204+95+221=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 95 (37.5% from 255 or 18.27% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC5FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5FDD is #33A022. Grayscale: #8D8D8D. Windows color (decimal): -3383331 or 14507980. OLE color: 14507980.

HSL color Cylindrical-coordinate representation of color #CC5FDD: hue angle of 291.9º 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 #CC5FDD is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 95 221 -
CMYK 0.08 0.57 0 0.13
HSL 291.9º 0.65% 0.62% -
HSV(B) 291.9º 0.57% 0.87% -
XYZ 42.05 26.24 71.26 -
YUV 141.96 172.61 172.25 -
System Red Green Blue C M Y K H S L
Decimal 204 95 221 0.08 0.57 0 0.13 291.9 0.65 0.62
Hex CC 5F DD 8 39 0 D 124 41 3E
Octal 314 137 335 10 71 0 15 444 101 76
Binary 11001100 1011111 11011101 1000 111001 0 1101 100100100 1000001 111110

Color Harmonies of #CC5FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5FDD

Black with #CC5FDD

Text Example


Text Example

White with #CC5FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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