Html Css Color HEX #CC5AD7 Medium Orchid

📋 copy color: '#CC5AD7'

red 204 ◦ green 90 ◦ blue 215

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

Shades of Medium Orchid #CC5AD7

Tints of Medium Orchid #CC5AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.24%

R = 40.08%
G = 17.68%
B = 42.24%

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

#CC5AD7 (or 0xCC5AD7) is known color: Medium Orchid. HEX triplet: CC, 5A and D7. RGB value is (204,90,215). Sum of RGB (Red+Green+Blue) = 204+90+215=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 90 (35.55% from 255 or 17.68% from 509); Blue value is 215 (84.38% from 255 or 42.24% from 509); Max value from RGB is 215 - color contains mainly: blue. Hex color #CC5AD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5AD7 is #33A528. Grayscale: #898989. Windows color (decimal): -3384617 or 14113484. OLE color: 14113484.

HSL color Cylindrical-coordinate representation of color #CC5AD7: hue angle of 294.72º degrees, saturation: 0.61, 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 #CC5AD7 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 90 215 -
CMYK 0.05 0.58 0 0.16
HSL 294.72º 0.61% 0.6% -
HSV(B) 294.72º 0.58% 0.84% -
XYZ 40.82 25.06 66.97 -
YUV 138.34 171.27 174.84 -
System Red Green Blue C M Y K H S L
Decimal 204 90 215 0.05 0.58 0 0.16 294.72 0.61 0.6
Hex CC 5A D7 5 3A 0 10 127 3D 3C
Octal 314 132 327 5 72 0 20 447 75 74
Binary 11001100 1011010 11010111 101 111010 0 10000 100100111 111101 111100

Color Harmonies of #CC5AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5AD7

Black with #CC5AD7

Text Example


Text Example

White with #CC5AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5AD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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