#C296DE

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

Shades of Wisteria #C296DE

Tints of Wisteria #C296DE

Color information

#C296DE (or 0xC296DE) is unknown color: approx Wisteria. HEX triplet: C2, 96 and DE. RGB value is (194,150,222). Sum of RGB (Red+Green+Blue) = 194+150+222=566 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.28% from 566); Green value is 150 (58.98% from 255 or 26.50% from 566); Blue value is 222 (87.11% from 255 or 39.22% from 566); Max value from RGB is 222 - color contains mainly: blue. Hex color #C296DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C296DE is #3D6921. Grayscale: #ABABAB. Windows color (decimal): -4024610 or 14587586. OLE color: 14587586.

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

Color convert

RGB194150222-
CMYK0.130.3200.13
HSL276.67º52.17%72.94%-
HSV(B)276.67º32.43%87.06%-
XYZ46.3438.5674.11-
YUV171.36156.58144.15-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.28%
GREEN value IS 150 (58.98% from 255) = 26.50%
BLUE value IS 222 (87.11% from 255) = 39.22%
R=34.28%
G=26.50%
B=39.22%

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
Decimal1941502220.130.3200.13276.6752.1772.94
HexC296DED200D1153449
Octal302226336154001542564111
Binary1100001010010110110111101101100000011011000101011101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C296DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C296DE; }

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

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

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

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

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

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

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

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