#CA98DC

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

Shades of Wisteria #CA98DC

Tints of Wisteria #CA98DC

Color information

#CA98DC (or 0xCA98DC) is unknown color: approx Wisteria. HEX triplet: CA, 98 and DC. RGB value is (202,152,220). Sum of RGB (Red+Green+Blue) = 202+152+220=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 152 (59.77% from 255 or 26.48% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA98DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA98DC is #356723. Grayscale: #AEAEAE. Windows color (decimal): -3499812 or 14457034. OLE color: 14457034.

HSL color Cylindrical-coordinate representation of color #CA98DC: hue angle of 284.12º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CA98DC is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB202152220-
CMYK0.080.3100.14
HSL284.12º49.28%72.94%-
HSV(B)284.12º30.91%86.27%-
XYZ48.540.1872.91-
YUV174.7153.56147.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.19%
GREEN value IS 152 (59.77% from 255) = 26.48%
BLUE value IS 220 (86.33% from 255) = 38.33%
R=35.19%
G=26.48%
B=38.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2021522200.080.3100.14284.1249.2872.94
HexCA98DC81F0E11c3149
Octal312230334103701643461111
Binary110010101001100011011100100011111011101000111001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA98DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA98DC; }

 p { color: rgb(202,152,220); }

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

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

 a { background-color: rgb(202,152,220); }

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

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

 span { border-color: rgb(202,152,220); }

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