#CA8BD8

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

Shades of Wisteria #CA8BD8

Tints of Wisteria #CA8BD8

Color information

#CA8BD8 (or 0xCA8BD8) is unknown color: approx Wisteria. HEX triplet: CA, 8B and D8. RGB value is (202,139,216). Sum of RGB (Red+Green+Blue) = 202+139+216=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 139 (54.69% from 255 or 24.96% from 557); Blue value is 216 (84.77% from 255 or 38.78% from 557); Max value from RGB is 216 - color contains mainly: blue. Hex color #CA8BD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8BD8 is #357427. Grayscale: #A6A6A6. Windows color (decimal): -3503144 or 14191562. OLE color: 14191562.

HSL color Cylindrical-coordinate representation of color #CA8BD8: hue angle of 289.09º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CA8BD8 is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB202139216-
CMYK0.060.3600.15
HSL289.09º49.68%69.61%-
HSV(B)289.09º35.65%84.71%-
XYZ45.9835.9869.49-
YUV166.61155.87153.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.27%
GREEN value IS 139 (54.69% from 255) = 24.96%
BLUE value IS 216 (84.77% from 255) = 38.78%
R=36.27%
G=24.96%
B=38.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021392160.060.3600.15289.0949.6869.61
HexCA8BD86240F1213246
Octal31221333064401744162106
Binary110010101000101111011000110100100011111001000011100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8BD8; }

 p { color: rgb(202,139,216); }

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

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

 a { background-color: rgb(202,139,216); }

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

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

 span { border-color: rgb(202,139,216); }

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