#CA88DF

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

Shades of Wisteria #CA88DF

Tints of Wisteria #CA88DF

Color information

#CA88DF (or 0xCA88DF) is unknown color: approx Wisteria. HEX triplet: CA, 88 and DF. RGB value is (202,136,223). Sum of RGB (Red+Green+Blue) = 202+136+223=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 136 (53.52% from 255 or 24.24% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA88DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA88DF is #357720. Grayscale: #A5A5A5. Windows color (decimal): -3503905 or 14649546. OLE color: 14649546.

HSL color Cylindrical-coordinate representation of color #CA88DF: hue angle of 285.52º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA88DF is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202136223-
CMYK0.090.3900.13
HSL285.52º57.62%70.39%-
HSV(B)285.52º39.01%87.45%-
XYZ46.4835.4974.21-
YUV165.65160.37153.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.01%
GREEN value IS 136 (53.52% from 255) = 24.24%
BLUE value IS 223 (87.5% from 255) = 39.75%
R=36.01%
G=24.24%
B=39.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021362230.090.3900.13285.5257.6270.39
HexCA88DF9270D11e3a46
Octal312210337114701543672106
Binary1100101010001000110111111001100111011011000111101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA88DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA88DF; }

 p { color: rgb(202,136,223); }

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

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

 a { background-color: rgb(202,136,223); }

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

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

 span { border-color: rgb(202,136,223); }

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