Html Css Color HEX #CC5AD6 Medium Orchid

📋 copy color: '#CC5AD6'

red 204 ◦ green 90 ◦ blue 214

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

Shades of Medium Orchid #CC5AD6

Tints of Medium Orchid #CC5AD6

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.72%

 BLUE value IS 214 (83.98% from 255) = 42.13%

R = 40.16%
G = 17.72%
B = 42.13%

CMYK

 C value IS 0.05

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CC5AD6 (or 0xCC5AD6) is known color: Medium Orchid. HEX triplet: CC, 5A and D6. RGB value is (204,90,214). Sum of RGB (Red+Green+Blue) = 204+90+214=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 90 (35.55% from 255 or 17.72% from 508); Blue value is 214 (83.98% from 255 or 42.13% from 508); Max value from RGB is 214 - color contains mainly: blue. Hex color #CC5AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5AD6 is #33A529. Grayscale: #898989. Windows color (decimal): -3384618 or 14047948. OLE color: 14047948.

HSL color Cylindrical-coordinate representation of color #CC5AD6: hue angle of 295.16º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC5AD6 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 90 214 -
CMYK 0.05 0.58 0 0.16
HSL 295.16º 0.6% 0.6% -
HSV(B) 295.16º 0.58% 0.84% -
XYZ 40.7 25 66.3 -
YUV 138.22 170.77 174.92 -
System Red Green Blue C M Y K H S L
Decimal 204 90 214 0.05 0.58 0 0.16 295.16 0.6 0.6
Hex CC 5A D6 5 3A 0 10 127 3C 3C
Octal 314 132 326 5 72 0 20 447 74 74
Binary 11001100 1011010 11010110 101 111010 0 10000 100100111 111100 111100

Color Harmonies of #CC5AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5AD6

Black with #CC5AD6

Text Example


Text Example

White with #CC5AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5AD6; }

 p { color: rgb(204,90,214); }

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

background-color css

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

 a { background-color: rgb(204,90,214); }

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

border-color css

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

 span { border-color: rgb(204,90,214); }

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