#CA8C9D

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

Shades of Viola #CA8C9D

Tints of Viola #CA8C9D

Color information

#CA8C9D (or 0xCA8C9D) is unknown color: approx Viola. HEX triplet: CA, 8C and 9D. RGB value is (202,140,157). Sum of RGB (Red+Green+Blue) = 202+140+157=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 140 (55.08% from 255 or 28.06% from 499); Blue value is 157 (61.72% from 255 or 31.46% from 499); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8C9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8C9D is #357362. Grayscale: #A0A0A0. Windows color (decimal): -3502947 or 10325194. OLE color: 10325194.

HSL color Cylindrical-coordinate representation of color #CA8C9D: hue angle of 343.55º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CA8C9D is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB202140157-
CMYK00.310.220.21
HSL343.55º36.9%67.06%-
HSV(B)343.55º30.69%79.22%-
XYZ39.8233.7536.31-
YUV160.48126.04157.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.48%
GREEN value IS 140 (55.08% from 255) = 28.06%
BLUE value IS 157 (61.72% from 255) = 31.46%
R=40.48%
G=28.06%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214015700.310.220.21343.5536.967.06
HexCA8C9D01F16151582543
Octal312214235037262553045103
Binary11001010100011001001110101111110110101011010110001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8C9D; }

 p { color: rgb(202,140,157); }

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

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

 a { background-color: rgb(202,140,157); }

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

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

 span { border-color: rgb(202,140,157); }

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