#CD8CA5

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

Shades of Viola #CD8CA5

Tints of Viola #CD8CA5

Color information

#CD8CA5 (or 0xCD8CA5) is unknown color: approx Viola. HEX triplet: CD, 8C and A5. RGB value is (205,140,165). Sum of RGB (Red+Green+Blue) = 205+140+165=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 140 (55.08% from 255 or 27.45% from 510); Blue value is 165 (64.84% from 255 or 32.35% from 510); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8CA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8CA5 is #32735A. Grayscale: #A2A2A2. Windows color (decimal): -3306331 or 10849485. OLE color: 10849485.

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

Color convert

RGB205140165-
CMYK00.320.200.20
HSL336.92º39.39%67.65%-
HSV(B)336.92º31.71%80.39%-
XYZ41.3534.4540.07-
YUV162.28129.53158.47-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.20%
GREEN value IS 140 (55.08% from 255) = 27.45%
BLUE value IS 165 (64.84% from 255) = 32.35%
R=40.20%
G=27.45%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514016500.320.200.20336.9239.3967.65
HexCD8CA502014141512744
Octal315214245040242452147104
Binary110011011000110010100101010000010100101001010100011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8CA5; }

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

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

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

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

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

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

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

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