#CA92DC

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

Shades of Wisteria #CA92DC

Tints of Wisteria #CA92DC

Color information

#CA92DC (or 0xCA92DC) is unknown color: approx Wisteria. HEX triplet: CA, 92 and DC. RGB value is (202,146,220). Sum of RGB (Red+Green+Blue) = 202+146+220=568 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.56% from 568); Green value is 146 (57.42% from 255 or 25.70% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA92DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA92DC is #356D23. Grayscale: #AAAAAA. Windows color (decimal): -3501348 or 14455498. OLE color: 14455498.

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

Color convert

RGB202146220-
CMYK0.080.3400.14
HSL285.41º51.39%71.76%-
HSV(B)285.41º33.64%86.27%-
XYZ47.5538.2872.59-
YUV171.18155.55149.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.56%
GREEN value IS 146 (57.42% from 255) = 25.70%
BLUE value IS 220 (86.33% from 255) = 38.73%
R=35.56%
G=25.70%
B=38.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2021462200.080.3400.14285.4151.3971.76
HexCA92DC8220E11d3348
Octal312222334104201643563110
Binary1100101010010010110111001000100010011101000111011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA92DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA92DC; }

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

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

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

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

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

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

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

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