#CD95A3

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

Shades of Viola #CD95A3

Tints of Viola #CD95A3

Color information

#CD95A3 (or 0xCD95A3) is unknown color: approx Viola. HEX triplet: CD, 95 and A3. RGB value is (205,149,163). Sum of RGB (Red+Green+Blue) = 205+149+163=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 149 (58.59% from 255 or 28.82% from 517); Blue value is 163 (64.06% from 255 or 31.53% from 517); Max value from RGB is 205 - color contains mainly: red. Hex color #CD95A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD95A3 is #326A5C. Grayscale: #A7A7A7. Windows color (decimal): -3304029 or 10720717. OLE color: 10720717.

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

Color convert

RGB205149163-
CMYK00.270.200.20
HSL345º35.9%69.41%-
HSV(B)345º27.32%80.39%-
XYZ42.5437.1239.57-
YUV167.34125.55154.86-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.65%
GREEN value IS 149 (58.59% from 255) = 28.82%
BLUE value IS 163 (64.06% from 255) = 31.53%
R=39.65%
G=28.82%
B=31.53%

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
Decimal20514916300.270.200.2034535.969.41
HexCD95A301B14141592445
Octal315225243033242453144105
Binary11001101100101011010001101101110100101001010110011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD95A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD95A3; }

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

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

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

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

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

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

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

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