#CD88AA

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

Shades of Viola #CD88AA

Tints of Viola #CD88AA

Color information

#CD88AA (or 0xCD88AA) is unknown color: approx Viola. HEX triplet: CD, 88 and AA. RGB value is (205,136,170). Sum of RGB (Red+Green+Blue) = 205+136+170=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 136 (53.52% from 255 or 26.61% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 205 - color contains mainly: red. Hex color #CD88AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD88AA is #327755. Grayscale: #A0A0A0. Windows color (decimal): -3307350 or 11176141. OLE color: 11176141.

HSL color Cylindrical-coordinate representation of color #CD88AA: hue angle of 330.43º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CD88AA is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB205136170-
CMYK00.340.170.20
HSL330.43º40.83%66.86%-
HSV(B)330.43º33.66%80.39%-
XYZ41.2433.4942.32-
YUV160.51133.36159.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.12%
GREEN value IS 136 (53.52% from 255) = 26.61%
BLUE value IS 170 (66.80% from 255) = 33.27%
R=40.12%
G=26.61%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513617000.340.170.20330.4340.8366.86
HexCD88AA022111414a2943
Octal315210252042212451251103
Binary110011011000100010101010010001010001101001010010101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD88AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD88AA; }

 p { color: rgb(205,136,170); }

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

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

 a { background-color: rgb(205,136,170); }

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

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

 span { border-color: rgb(205,136,170); }

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