#C297DE

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

Shades of Wisteria #C297DE

Tints of Wisteria #C297DE

Color information

#C297DE (or 0xC297DE) is unknown color: approx Wisteria. HEX triplet: C2, 97 and DE. RGB value is (194,151,222). Sum of RGB (Red+Green+Blue) = 194+151+222=567 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.22% from 567); Green value is 151 (59.38% from 255 or 26.63% from 567); Blue value is 222 (87.11% from 255 or 39.15% from 567); Max value from RGB is 222 - color contains mainly: blue. Hex color #C297DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C297DE is #3D6821. Grayscale: #ABABAB. Windows color (decimal): -4024354 or 14587842. OLE color: 14587842.

HSL color Cylindrical-coordinate representation of color #C297DE: hue angle of 276.34º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C297DE is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB194151222-
CMYK0.130.3200.13
HSL276.34º51.82%73.14%-
HSV(B)276.34º31.98%87.06%-
XYZ46.538.8874.16-
YUV171.95156.25143.73-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.22%
GREEN value IS 151 (59.38% from 255) = 26.63%
BLUE value IS 222 (87.11% from 255) = 39.15%
R=34.22%
G=26.63%
B=39.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1941512220.130.3200.13276.3451.8273.14
HexC297DED200D1143449
Octal302227336154001542464111
Binary1100001010010111110111101101100000011011000101001101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C297DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C297DE; }

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

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

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

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

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

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

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

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