#CA92DB

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

Shades of Wisteria #CA92DB

Tints of Wisteria #CA92DB

Color information

#CA92DB (or 0xCA92DB) is unknown color: approx Wisteria. HEX triplet: CA, 92 and DB. RGB value is (202,146,219). Sum of RGB (Red+Green+Blue) = 202+146+219=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 146 (57.42% from 255 or 25.75% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA92DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA92DB is #356D24. Grayscale: #AAAAAA. Windows color (decimal): -3501349 or 14389962. OLE color: 14389962.

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

Color convert

RGB202146219-
CMYK0.080.3300.14
HSL286.03º50.34%71.57%-
HSV(B)286.03º33.33%85.88%-
XYZ47.4238.2371.9-
YUV171.07155.05150.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.63%
GREEN value IS 146 (57.42% from 255) = 25.75%
BLUE value IS 219 (85.94% from 255) = 38.62%
R=35.63%
G=25.75%
B=38.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2021462190.080.3300.14286.0350.3471.57
HexCA92DB8210E11e3248
Octal312222333104101643662110
Binary1100101010010010110110111000100001011101000111101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA92DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA92DB; }

 p { color: rgb(202,146,219); }

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

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

 a { background-color: rgb(202,146,219); }

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

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

 span { border-color: rgb(202,146,219); }

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