#CD93A5

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

Shades of Viola #CD93A5

Tints of Viola #CD93A5

Color information

#CD93A5 (or 0xCD93A5) is unknown color: approx Viola. HEX triplet: CD, 93 and A5. RGB value is (205,147,165). Sum of RGB (Red+Green+Blue) = 205+147+165=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 147 (57.81% from 255 or 28.43% from 517); Blue value is 165 (64.84% from 255 or 31.91% from 517); Max value from RGB is 205 - color contains mainly: red. Hex color #CD93A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD93A5 is #326C5A. Grayscale: #A6A6A6. Windows color (decimal): -3304539 or 10851277. OLE color: 10851277.

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

Color convert

RGB205147165-
CMYK00.280.200.20
HSL341.38º36.71%69.02%-
HSV(B)341.38º28.29%80.39%-
XYZ42.436.5640.42-
YUV166.39127.22155.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.65%
GREEN value IS 147 (57.81% from 255) = 28.43%
BLUE value IS 165 (64.84% from 255) = 31.91%
R=39.65%
G=28.43%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514716500.280.200.20341.3836.7169.02
HexCD93A501C14141552545
Octal315223245034242452545105
Binary11001101100100111010010101110010100101001010101011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD93A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD93A5; }

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

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

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

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

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

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

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

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