#CA97D4

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

Shades of Wisteria #CA97D4

Tints of Wisteria #CA97D4

Color information

#CA97D4 (or 0xCA97D4) is unknown color: approx Wisteria. HEX triplet: CA, 97 and D4. RGB value is (202,151,212). Sum of RGB (Red+Green+Blue) = 202+151+212=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 151 (59.38% from 255 or 26.73% from 565); Blue value is 212 (83.20% from 255 or 37.52% from 565); Max value from RGB is 212 - color contains mainly: blue. Hex color #CA97D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA97D4 is #35682B. Grayscale: #ADADAD. Windows color (decimal): -3500076 or 13932490. OLE color: 13932490.

HSL color Cylindrical-coordinate representation of color #CA97D4: hue angle of 290.16º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CA97D4 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB202151212-
CMYK0.050.2900.17
HSL290.16º41.5%71.18%-
HSV(B)290.16º28.77%83.14%-
XYZ47.3139.4467.41-
YUV173.2149.9148.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.75%
GREEN value IS 151 (59.38% from 255) = 26.73%
BLUE value IS 212 (83.20% from 255) = 37.52%
R=35.75%
G=26.73%
B=37.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2021512120.050.2900.17290.1641.571.18
HexCA97D451D0111222947
Octal31222732453502144251107
Binary110010101001011111010100101111010100011001000101010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA97D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA97D4; }

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

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

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

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

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

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

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

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