#CA8CD4

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

Shades of Wisteria #CA8CD4

Tints of Wisteria #CA8CD4

Color information

#CA8CD4 (or 0xCA8CD4) is unknown color: approx Wisteria. HEX triplet: CA, 8C and D4. RGB value is (202,140,212). Sum of RGB (Red+Green+Blue) = 202+140+212=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 140 (55.08% from 255 or 25.27% from 554); Blue value is 212 (83.20% from 255 or 38.27% from 554); Max value from RGB is 212 - color contains mainly: blue. Hex color #CA8CD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8CD4 is #35732B. Grayscale: #A6A6A6. Windows color (decimal): -3502892 or 13929674. OLE color: 13929674.

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

Color convert

RGB202140212-
CMYK0.050.3400.17
HSL291.67º45.57%69.02%-
HSV(B)291.67º33.96%83.14%-
XYZ45.6236.0766.84-
YUV166.75153.54153.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.46%
GREEN value IS 140 (55.08% from 255) = 25.27%
BLUE value IS 212 (83.20% from 255) = 38.27%
R=36.46%
G=25.27%
B=38.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2021402120.050.3400.17291.6745.5769.02
HexCA8CD45220111242e45
Octal31221432454202144456105
Binary1100101010001100110101001011000100100011001001001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8CD4; }

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

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

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

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

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

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

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

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