#CD95A5

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

Shades of Viola #CD95A5

Tints of Viola #CD95A5

Color information

#CD95A5 (or 0xCD95A5) is unknown color: approx Viola. HEX triplet: CD, 95 and A5. RGB value is (205,149,165). Sum of RGB (Red+Green+Blue) = 205+149+165=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 165 (64.84% from 255 or 31.79% from 519); Max value from RGB is 205 - color contains mainly: red. Hex color #CD95A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD95A5 is #326A5A. Grayscale: #A7A7A7. Windows color (decimal): -3304027 or 10851789. OLE color: 10851789.

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

Color convert

RGB205149165-
CMYK00.270.200.20
HSL342.86º35.9%69.41%-
HSV(B)342.86º27.32%80.39%-
XYZ42.7237.1940.52-
YUV167.57126.55154.7-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.50%
GREEN value IS 149 (58.59% from 255) = 28.71%
BLUE value IS 165 (64.84% from 255) = 31.79%
R=39.50%
G=28.71%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514916500.270.200.20342.8635.969.41
HexCD95A501B14141572445
Octal315225245033242452744105
Binary11001101100101011010010101101110100101001010101111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD95A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD95A5; }

 p { color: rgb(205,149,165); }

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

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

 a { background-color: rgb(205,149,165); }

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

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

 span { border-color: rgb(205,149,165); }

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