#CA92DE

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

Shades of Wisteria #CA92DE

Tints of Wisteria #CA92DE

Color information

#CA92DE (or 0xCA92DE) is unknown color: approx Wisteria. HEX triplet: CA, 92 and DE. RGB value is (202,146,222). Sum of RGB (Red+Green+Blue) = 202+146+222=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 146 (57.42% from 255 or 25.61% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA92DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA92DE is #356D21. Grayscale: #ABABAB. Windows color (decimal): -3501346 or 14586570. OLE color: 14586570.

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

Color convert

RGB202146222-
CMYK0.090.3400.13
HSL284.21º53.52%72.16%-
HSV(B)284.21º34.23%87.06%-
XYZ47.8238.3974-
YUV171.41156.55149.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.44%
GREEN value IS 146 (57.42% from 255) = 25.61%
BLUE value IS 222 (87.11% from 255) = 38.95%
R=35.44%
G=25.61%
B=38.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021462220.090.3400.13284.2153.5272.16
HexCA92DE9220D11c3648
Octal312222336114201543466110
Binary1100101010010010110111101001100010011011000111001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA92DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA92DE; }

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

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

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

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

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

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

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

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