#CD90A7

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

Shades of Viola #CD90A7

Tints of Viola #CD90A7

Color information

#CD90A7 (or 0xCD90A7) is unknown color: approx Viola. HEX triplet: CD, 90 and A7. RGB value is (205,144,167). Sum of RGB (Red+Green+Blue) = 205+144+167=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 144 (56.64% from 255 or 27.91% from 516); Blue value is 167 (65.62% from 255 or 32.36% from 516); Max value from RGB is 205 - color contains mainly: red. Hex color #CD90A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD90A7 is #326F58. Grayscale: #A4A4A4. Windows color (decimal): -3305305 or 10981581. OLE color: 10981581.

HSL color Cylindrical-coordinate representation of color #CD90A7: hue angle of 337.38º 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 #CD90A7 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB205144167-
CMYK00.300.190.20
HSL337.38º37.89%68.43%-
HSV(B)337.38º29.76%80.39%-
XYZ42.1335.7241.23-
YUV164.86129.21156.63-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.73%
GREEN value IS 144 (56.64% from 255) = 27.91%
BLUE value IS 167 (65.62% from 255) = 32.36%
R=39.73%
G=27.91%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514416700.300.190.20337.3837.8968.43
HexCD90A701E13141512644
Octal315220247036232452146104
Binary11001101100100001010011101111010011101001010100011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD90A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD90A7; }

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

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

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

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

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

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

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

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