#CD93A1

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

Shades of Viola #CD93A1

Tints of Viola #CD93A1

Color information

#CD93A1 (or 0xCD93A1) is unknown color: approx Viola. HEX triplet: CD, 93 and A1. RGB value is (205,147,161). Sum of RGB (Red+Green+Blue) = 205+147+161=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 147 (57.81% from 255 or 28.65% from 513); Blue value is 161 (63.28% from 255 or 31.38% from 513); Max value from RGB is 205 - color contains mainly: red. Hex color #CD93A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD93A1 is #326C5E. Grayscale: #A5A5A5. Windows color (decimal): -3304543 or 10589133. OLE color: 10589133.

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

Color convert

RGB205147161-
CMYK00.280.210.20
HSL345.52º36.71%69.02%-
HSV(B)345.52º28.29%80.39%-
XYZ42.0436.4238.53-
YUV165.94125.22155.86-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.96%
GREEN value IS 147 (57.81% from 255) = 28.65%
BLUE value IS 161 (63.28% from 255) = 31.38%
R=39.96%
G=28.65%
B=31.38%

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
Decimal20514716100.280.210.20345.5236.7169.02
HexCD93A101C151415a2545
Octal315223241034252453245105
Binary11001101100100111010000101110010101101001010110101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD93A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD93A1; }

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

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

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

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

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

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

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

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