#CA8CDF

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

Shades of Wisteria #CA8CDF

Tints of Wisteria #CA8CDF

Color information

#CA8CDF (or 0xCA8CDF) is unknown color: approx Wisteria. HEX triplet: CA, 8C and DF. RGB value is (202,140,223). Sum of RGB (Red+Green+Blue) = 202+140+223=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 140 (55.08% from 255 or 24.78% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA8CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8CDF is #357320. Grayscale: #A7A7A7. Windows color (decimal): -3502881 or 14650570. OLE color: 14650570.

HSL color Cylindrical-coordinate representation of color #CA8CDF: hue angle of 284.82º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA8CDF is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202140223-
CMYK0.090.3700.13
HSL284.82º56.46%71.18%-
HSV(B)284.82º37.22%87.45%-
XYZ47.0536.6474.4-
YUV168159.04152.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.75%
GREEN value IS 140 (55.08% from 255) = 24.78%
BLUE value IS 223 (87.5% from 255) = 39.47%
R=35.75%
G=24.78%
B=39.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021402230.090.3700.13284.8256.4671.18
HexCA8CDF9250D11d3847
Octal312214337114501543570107
Binary1100101010001100110111111001100101011011000111011110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8CDF; }

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

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

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

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

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

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

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

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