#CD90A8

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

Shades of Viola #CD90A8

Tints of Viola #CD90A8

Color information

#CD90A8 (or 0xCD90A8) is unknown color: approx Viola. HEX triplet: CD, 90 and A8. RGB value is (205,144,168). Sum of RGB (Red+Green+Blue) = 205+144+168=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 144 (56.64% from 255 or 27.85% from 517); Blue value is 168 (66.02% from 255 or 32.50% from 517); Max value from RGB is 205 - color contains mainly: red. Hex color #CD90A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD90A8 is #326F57. Grayscale: #A4A4A4. Windows color (decimal): -3305304 or 11047117. OLE color: 11047117.

HSL color Cylindrical-coordinate representation of color #CD90A8: hue angle of 336.39º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CD90A8 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB205144168-
CMYK00.300.180.20
HSL336.39º37.89%68.43%-
HSV(B)336.39º29.76%80.39%-
XYZ42.2235.7541.72-
YUV164.97129.71156.55-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.65%
GREEN value IS 144 (56.64% from 255) = 27.85%
BLUE value IS 168 (66.02% from 255) = 32.50%
R=39.65%
G=27.85%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514416800.300.180.20336.3937.8968.43
HexCD90A801E12141502644
Octal315220250036222452046104
Binary11001101100100001010100001111010010101001010100001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD90A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD90A8; }

 p { color: rgb(205,144,168); }

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

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

 a { background-color: rgb(205,144,168); }

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

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

 span { border-color: rgb(205,144,168); }

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