#CC5ADE

Color #CC5ADE Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #CC5ADE

Tints of Medium Orchid #CC5ADE

Color information

#CC5ADE (or 0xCC5ADE) is unknown color: approx Medium Orchid. HEX triplet: CC, 5A and DE. RGB value is (204,90,222). Sum of RGB (Red+Green+Blue) = 204+90+222=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 90 (35.55% from 255 or 17.44% from 516); Blue value is 222 (87.11% from 255 or 43.02% from 516); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC5ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5ADE is #33A521. Grayscale: #8A8A8A. Windows color (decimal): -3384610 or 14572236. OLE color: 14572236.

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

Color convert

RGB20490222-
CMYK0.080.5900.13
HSL291.82º66.67%61.18%-
HSV(B)291.82º59.46%87.06%-
XYZ41.7425.4271.81-
YUV139.13174.77174.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.53%
GREEN value IS 90 (35.55% from 255) = 17.44%
BLUE value IS 222 (87.11% from 255) = 43.02%
R=39.53%
G=17.44%
B=43.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal204902220.080.5900.13291.8266.6761.18
HexCC5ADE83B0D124433d
Octal314132336107301544410375
Binary110011001011010110111101000111011011011001001001000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5ADE; }

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

 H1.HeaderClassName
 {
   color: #CC5ADE;
 }
 .AnyTagClassName
 {
   color: #CC5ADE;
 }
</style>
background-color css

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

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

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

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

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

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