#CA8CD5

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

Shades of Wisteria #CA8CD5

Tints of Wisteria #CA8CD5

Color information

#CA8CD5 (or 0xCA8CD5) is unknown color: approx Wisteria. HEX triplet: CA, 8C and D5. RGB value is (202,140,213). Sum of RGB (Red+Green+Blue) = 202+140+213=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 140 (55.08% from 255 or 25.23% from 555); Blue value is 213 (83.59% from 255 or 38.38% from 555); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA8CD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8CD5 is #35732A. Grayscale: #A6A6A6. Windows color (decimal): -3502891 or 13995210. OLE color: 13995210.

HSL color Cylindrical-coordinate representation of color #CA8CD5: hue angle of 290.96º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA8CD5 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB202140213-
CMYK0.050.3400.16
HSL290.96º46.5%69.22%-
HSV(B)290.96º34.27%83.53%-
XYZ45.7536.1267.51-
YUV166.86154.04153.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.40%
GREEN value IS 140 (55.08% from 255) = 25.23%
BLUE value IS 213 (83.59% from 255) = 38.38%
R=36.40%
G=25.23%
B=38.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2021402130.050.3400.16290.9646.569.22
HexCA8CD55220101232e45
Octal31221432554202044356105
Binary1100101010001100110101011011000100100001001000111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8CD5; }

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

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

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

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

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

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

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

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