#CA8DEA

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

Shades of Wisteria #CA8DEA

Tints of Wisteria #CA8DEA

Color information

#CA8DEA (or 0xCA8DEA) is unknown color: approx Wisteria. HEX triplet: CA, 8D and EA. RGB value is (202,141,234). Sum of RGB (Red+Green+Blue) = 202+141+234=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 141 (55.47% from 255 or 24.44% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA8DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA8DEA is #357215. Grayscale: #A9A9A9. Windows color (decimal): -3502614 or 15371722. OLE color: 15371722.

HSL color Cylindrical-coordinate representation of color #CA8DEA: hue angle of 279.35º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA8DEA is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB202141234-
CMYK0.140.4000.08
HSL279.35º68.89%73.53%-
HSV(B)279.35º39.74%91.76%-
XYZ48.7337.5582.52-
YUV169.84164.21150.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.01%
GREEN value IS 141 (55.47% from 255) = 24.44%
BLUE value IS 234 (91.80% from 255) = 40.55%
R=35.01%
G=24.44%
B=40.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2021412340.140.4000.08279.3568.8973.53
HexCA8DEAE2808117454a
Octal3122153521650010427105112
Binary11001010100011011110101011101010000100010001011110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8DEA; }

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

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

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

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

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

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

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

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