#CA97EA

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

Shades of Wisteria #CA97EA

Tints of Wisteria #CA97EA

Color information

#CA97EA (or 0xCA97EA) is unknown color: approx Wisteria. HEX triplet: CA, 97 and EA. RGB value is (202,151,234). Sum of RGB (Red+Green+Blue) = 202+151+234=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 151 (59.38% from 255 or 25.72% from 587); Blue value is 234 (91.80% from 255 or 39.86% from 587); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA97EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA97EA is #356815. Grayscale: #AFAFAF. Windows color (decimal): -3500054 or 15374282. OLE color: 15374282.

HSL color Cylindrical-coordinate representation of color #CA97EA: hue angle of 276.87º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CA97EA is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB202151234-
CMYK0.140.3500.08
HSL276.87º66.4%75.49%-
HSV(B)276.87º35.47%91.76%-
XYZ50.2840.6383.03-
YUV175.71160.9146.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.41%
GREEN value IS 151 (59.38% from 255) = 25.72%
BLUE value IS 234 (91.80% from 255) = 39.86%
R=34.41%
G=25.72%
B=39.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2021512340.140.3500.08276.8766.475.49
HexCA97EAE2308115424b
Octal3122273521643010425102113
Binary11001010100101111110101011101000110100010001010110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA97EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA97EA; }

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

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

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

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

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

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

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

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