#CA8FDD

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

Shades of Wisteria #CA8FDD

Tints of Wisteria #CA8FDD

Color information

#CA8FDD (or 0xCA8FDD) is unknown color: approx Wisteria. HEX triplet: CA, 8F and DD. RGB value is (202,143,221). Sum of RGB (Red+Green+Blue) = 202+143+221=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 143 (56.25% from 255 or 25.27% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA8FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8FDD is #357022. Grayscale: #A9A9A9. Windows color (decimal): -3502115 or 14520266. OLE color: 14520266.

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

Color convert

RGB202143221-
CMYK0.090.3500.13
HSL285.38º53.42%71.37%-
HSV(B)285.38º35.29%86.67%-
XYZ47.2337.4273.14-
YUV169.53157.05151.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.69%
GREEN value IS 143 (56.25% from 255) = 25.27%
BLUE value IS 221 (86.72% from 255) = 39.05%
R=35.69%
G=25.27%
B=39.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021432210.090.3500.13285.3853.4271.37
HexCA8FDD9230D11d3547
Octal312217335114301543565107
Binary1100101010001111110111011001100011011011000111011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8FDD; }

 p { color: rgb(202,143,221); }

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

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

 a { background-color: rgb(202,143,221); }

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

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

 span { border-color: rgb(202,143,221); }

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