#CD96A7

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

Shades of Viola #CD96A7

Tints of Viola #CD96A7

Color information

#CD96A7 (or 0xCD96A7) is unknown color: approx Viola. HEX triplet: CD, 96 and A7. RGB value is (205,150,167). Sum of RGB (Red+Green+Blue) = 205+150+167=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 150 (58.98% from 255 or 28.74% from 522); Blue value is 167 (65.62% from 255 or 31.99% from 522); Max value from RGB is 205 - color contains mainly: red. Hex color #CD96A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD96A7 is #326958. Grayscale: #A8A8A8. Windows color (decimal): -3303769 or 10983117. OLE color: 10983117.

HSL color Cylindrical-coordinate representation of color #CD96A7: hue angle of 341.45º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CD96A7 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB205150167-
CMYK00.270.190.20
HSL341.45º35.48%69.61%-
HSV(B)341.45º26.83%80.39%-
XYZ43.0637.5841.54-
YUV168.38127.22154.12-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.27%
GREEN value IS 150 (58.98% from 255) = 28.74%
BLUE value IS 167 (65.62% from 255) = 31.99%
R=39.27%
G=28.74%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515016700.270.190.20341.4535.4869.61
HexCD96A701B13141552346
Octal315226247033232452543106
Binary11001101100101101010011101101110011101001010101011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD96A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD96A7; }

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

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

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

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

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

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

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

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