#C092DF

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

Shades of Wisteria #C092DF

Tints of Wisteria #C092DF

Color information

#C092DF (or 0xC092DF) is unknown color: approx Wisteria. HEX triplet: C0, 92 and DF. RGB value is (192,146,223). Sum of RGB (Red+Green+Blue) = 192+146+223=561 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.22% from 561); Green value is 146 (57.42% from 255 or 26.02% 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 #C092DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C092DF is #3F6D20. Grayscale: #A8A8A8. Windows color (decimal): -4156705 or 14652096. OLE color: 14652096.

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

Color convert

RGB192146223-
CMYK0.140.3500.13
HSL275.84º54.61%72.35%-
HSV(B)275.84º34.53%87.45%-
XYZ45.3437.0974.58-
YUV168.53158.74144.74-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.22%
GREEN value IS 146 (57.42% from 255) = 26.02%
BLUE value IS 223 (87.5% from 255) = 39.75%
R=34.22%
G=26.02%
B=39.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1921462230.140.3500.13275.8454.6172.35
HexC092DFE230D1143748
Octal300222337164301542467110
Binary1100000010010010110111111110100011011011000101001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C092DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C092DF; }

 p { color: rgb(192,146,223); }

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

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

 a { background-color: rgb(192,146,223); }

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

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

 span { border-color: rgb(192,146,223); }

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