#CD8EA7

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

Shades of Viola #CD8EA7

Tints of Viola #CD8EA7

Color information

#CD8EA7 (or 0xCD8EA7) is unknown color: approx Viola. HEX triplet: CD, 8E and A7. RGB value is (205,142,167). Sum of RGB (Red+Green+Blue) = 205+142+167=514 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.88% from 514); Green value is 142 (55.86% from 255 or 27.63% from 514); Blue value is 167 (65.62% from 255 or 32.49% from 514); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8EA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8EA7 is #327158. Grayscale: #A3A3A3. Windows color (decimal): -3305817 or 10981069. OLE color: 10981069.

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

Color convert

RGB205142167-
CMYK00.310.190.20
HSL336.19º38.65%68.04%-
HSV(B)336.19º30.73%80.39%-
XYZ41.8235.1241.13-
YUV163.69129.87157.47-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.88%
GREEN value IS 142 (55.86% from 255) = 27.63%
BLUE value IS 167 (65.62% from 255) = 32.49%
R=39.88%
G=27.63%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514216700.310.190.20336.1938.6568.04
HexCD8EA701F13141502744
Octal315216247037232452047104
Binary11001101100011101010011101111110011101001010100001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8EA7; }

 p { color: rgb(205,142,167); }

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

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

 a { background-color: rgb(205,142,167); }

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

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

 span { border-color: rgb(205,142,167); }

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