#C292DE

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

Shades of Wisteria #C292DE

Tints of Wisteria #C292DE

Color information

#C292DE (or 0xC292DE) is unknown color: approx Wisteria. HEX triplet: C2, 92 and DE. RGB value is (194,146,222). Sum of RGB (Red+Green+Blue) = 194+146+222=562 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.52% from 562); Green value is 146 (57.42% from 255 or 25.98% from 562); Blue value is 222 (87.11% from 255 or 39.50% from 562); Max value from RGB is 222 - color contains mainly: blue. Hex color #C292DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C292DE is #3D6D21. Grayscale: #A8A8A8. Windows color (decimal): -4025634 or 14586562. OLE color: 14586562.

HSL color Cylindrical-coordinate representation of color #C292DE: hue angle of 277.89º 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 #C292DE is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB194146222-
CMYK0.130.3400.13
HSL277.89º53.52%72.16%-
HSV(B)277.89º34.23%87.06%-
XYZ45.7137.373.9-
YUV169.02157.9145.82-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.52%
GREEN value IS 146 (57.42% from 255) = 25.98%
BLUE value IS 222 (87.11% from 255) = 39.50%
R=34.52%
G=25.98%
B=39.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1941462220.130.3400.13277.8953.5272.16
HexC292DED220D1163648
Octal302222336154201542666110
Binary1100001010010010110111101101100010011011000101101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C292DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C292DE; }

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

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

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

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

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

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

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

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