#CD93A2

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

Shades of Viola #CD93A2

Tints of Viola #CD93A2

Color information

#CD93A2 (or 0xCD93A2) is unknown color: approx Viola. HEX triplet: CD, 93 and A2. RGB value is (205,147,162). Sum of RGB (Red+Green+Blue) = 205+147+162=514 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.88% from 514); Green value is 147 (57.81% from 255 or 28.60% from 514); Blue value is 162 (63.67% from 255 or 31.52% from 514); Max value from RGB is 205 - color contains mainly: red. Hex color #CD93A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD93A2 is #326C5D. Grayscale: #A6A6A6. Windows color (decimal): -3304542 or 10654669. OLE color: 10654669.

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

Color convert

RGB205147162-
CMYK00.280.210.20
HSL344.48º36.71%69.02%-
HSV(B)344.48º28.29%80.39%-
XYZ42.1336.4639-
YUV166.05125.72155.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.88%
GREEN value IS 147 (57.81% from 255) = 28.60%
BLUE value IS 162 (63.67% from 255) = 31.52%
R=39.88%
G=28.60%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514716200.280.210.20344.4836.7169.02
HexCD93A201C15141582545
Octal315223242034252453045105
Binary11001101100100111010001001110010101101001010110001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD93A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD93A2; }

 p { color: rgb(205,147,162); }

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

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

 a { background-color: rgb(205,147,162); }

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

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

 span { border-color: rgb(205,147,162); }

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