#ca99d8

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

Shades of Wisteria #CA99D8

Tints of Wisteria #CA99D8

Color information

#CA99D8 (or 0xCA99D8) is unknown color: approx Wisteria. HEX triplet: CA, 99 and D8. RGB value is (202,153,216). Sum of RGB (Red+Green+Blue) = 202+153+216=571 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.38% from 571); Green value is 153 (60.16% from 255 or 26.80% from 571); Blue value is 216 (84.77% from 255 or 37.83% from 571); Max value from RGB is 216 - color contains mainly: blue. Hex color #CA99D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA99D8 is #356627. Grayscale: #AEAEAE. Windows color (decimal): -3499560 or 14195146. OLE color: 14195146.

HSL color Cylindrical-coordinate representation of color #CA99D8: hue angle of 286.67º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CA99D8 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB202153216-
CMYK0.060.2900.15
HSL286.67º44.68%72.35%-
HSV(B)286.67º29.17%84.71%-
XYZ48.1440.370.21-
YUV174.83151.23147.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.38%
GREEN value IS 153 (60.16% from 255) = 26.80%
BLUE value IS 216 (84.77% from 255) = 37.83%
R=35.38%
G=26.80%
B=37.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021532160.060.2900.15286.6744.6872.35
HexCA99D861D0F11f2d48
Octal31223133063501743755110
Binary11001010100110011101100011011101011111000111111011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca99d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca99d8; }

 p { color: rgb(202,153,216); }

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

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

 a { background-color: rgb(202,153,216); }

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

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

 span { border-color: rgb(202,153,216); }

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