#CD8DA5

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

Shades of Viola #CD8DA5

Tints of Viola #CD8DA5

Color information

#CD8DA5 (or 0xCD8DA5) is unknown color: approx Viola. HEX triplet: CD, 8D and A5. RGB value is (205,141,165). Sum of RGB (Red+Green+Blue) = 205+141+165=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 141 (55.47% from 255 or 27.59% from 511); Blue value is 165 (64.84% from 255 or 32.29% from 511); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8DA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8DA5 is #32725A. Grayscale: #A2A2A2. Windows color (decimal): -3306075 or 10849741. OLE color: 10849741.

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

Color convert

RGB205141165-
CMYK00.310.200.20
HSL337.5º39.02%67.84%-
HSV(B)337.5º31.22%80.39%-
XYZ41.4934.7540.12-
YUV162.87129.2158.05-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.12%
GREEN value IS 141 (55.47% from 255) = 27.59%
BLUE value IS 165 (64.84% from 255) = 32.29%
R=40.12%
G=27.59%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514116500.310.200.20337.539.0267.84
HexCD8DA501F14141522744
Octal315215245037242452247104
Binary11001101100011011010010101111110100101001010100101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8DA5; }

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

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

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

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

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

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

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

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