#CD96A8

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

Shades of Viola #CD96A8

Tints of Viola #CD96A8

Color information

#CD96A8 (or 0xCD96A8) is unknown color: approx Viola. HEX triplet: CD, 96 and A8. RGB value is (205,150,168). Sum of RGB (Red+Green+Blue) = 205+150+168=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 150 (58.98% from 255 or 28.68% from 523); Blue value is 168 (66.02% from 255 or 32.12% from 523); Max value from RGB is 205 - color contains mainly: red. Hex color #CD96A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD96A8 is #326957. Grayscale: #A8A8A8. Windows color (decimal): -3303768 or 11048653. OLE color: 11048653.

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

Color convert

RGB205150168-
CMYK00.270.180.20
HSL340.36º35.48%69.61%-
HSV(B)340.36º26.83%80.39%-
XYZ43.1537.6242.03-
YUV168.5127.72154.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.20%
GREEN value IS 150 (58.98% from 255) = 28.68%
BLUE value IS 168 (66.02% from 255) = 32.12%
R=39.20%
G=28.68%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515016800.270.180.20340.3635.4869.61
HexCD96A801B12141542346
Octal315226250033222452443106
Binary11001101100101101010100001101110010101001010101001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD96A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD96A8; }

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

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

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

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

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

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

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

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