#CA8DD6

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

Shades of Wisteria #CA8DD6

Tints of Wisteria #CA8DD6

Color information

#CA8DD6 (or 0xCA8DD6) is unknown color: approx Wisteria. HEX triplet: CA, 8D and D6. RGB value is (202,141,214). Sum of RGB (Red+Green+Blue) = 202+141+214=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 141 (55.47% from 255 or 25.31% from 557); Blue value is 214 (83.98% from 255 or 38.42% from 557); Max value from RGB is 214 - color contains mainly: blue. Hex color #CA8DD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8DD6 is #357229. Grayscale: #A7A7A7. Windows color (decimal): -3502634 or 14061002. OLE color: 14061002.

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

Color convert

RGB202141214-
CMYK0.060.3400.16
HSL290.14º47.1%69.61%-
HSV(B)290.14º34.11%83.92%-
XYZ46.0236.4668.23-
YUV167.56154.21152.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.27%
GREEN value IS 141 (55.47% from 255) = 25.31%
BLUE value IS 214 (83.98% from 255) = 38.42%
R=36.27%
G=25.31%
B=38.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2021412140.060.3400.16290.1447.169.61
HexCA8DD66220101222f46
Octal31221532664202044257106
Binary1100101010001101110101101101000100100001001000101011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8DD6; }

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

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

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

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

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

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

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

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