#CA8FD6

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

Shades of Wisteria #CA8FD6

Tints of Wisteria #CA8FD6

Color information

#CA8FD6 (or 0xCA8FD6) is unknown color: approx Wisteria. HEX triplet: CA, 8F and D6. RGB value is (202,143,214). Sum of RGB (Red+Green+Blue) = 202+143+214=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 143 (56.25% from 255 or 25.58% from 559); Blue value is 214 (83.98% from 255 or 38.28% from 559); Max value from RGB is 214 - color contains mainly: blue. Hex color #CA8FD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8FD6 is #357029. Grayscale: #A8A8A8. Windows color (decimal): -3502122 or 14061514. OLE color: 14061514.

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

Color convert

RGB202143214-
CMYK0.060.3300.16
HSL289.86º46.41%70%-
HSV(B)289.86º33.18%83.92%-
XYZ46.3237.0668.33-
YUV168.74153.55151.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.14%
GREEN value IS 143 (56.25% from 255) = 25.58%
BLUE value IS 214 (83.98% from 255) = 38.28%
R=36.14%
G=25.58%
B=38.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2021432140.060.3300.16289.8646.4170
HexCA8FD66210101222e46
Octal31221732664102044256106
Binary1100101010001111110101101101000010100001001000101011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8FD6; }

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

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

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

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

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

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

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

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