#CA8CEA

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

Shades of Wisteria #CA8CEA

Tints of Wisteria #CA8CEA

Color information

#CA8CEA (or 0xCA8CEA) is unknown color: approx Wisteria. HEX triplet: CA, 8C and EA. RGB value is (202,140,234). Sum of RGB (Red+Green+Blue) = 202+140+234=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 140 (55.08% from 255 or 24.31% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA8CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA8CEA is #357315. Grayscale: #A8A8A8. Windows color (decimal): -3502870 or 15371466. OLE color: 15371466.

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

Color convert

RGB202140234-
CMYK0.140.4000.08
HSL279.57º69.12%73.33%-
HSV(B)279.57º40.17%91.76%-
XYZ48.5937.2582.47-
YUV169.25164.54151.36-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.07%
GREEN value IS 140 (55.08% from 255) = 24.31%
BLUE value IS 234 (91.80% from 255) = 40.62%
R=35.07%
G=24.31%
B=40.62%

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
Decimal2021402340.140.4000.08279.5769.1273.33
HexCA8CEAE28081184549
Octal3122143521650010430105111
Binary11001010100011001110101011101010000100010001100010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8CEA; }

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

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

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

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

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

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

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

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