#c296ce

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

Shades of Wisteria #C296CE

Tints of Wisteria #C296CE

Color information

#C296CE (or 0xC296CE) is unknown color: approx Wisteria. HEX triplet: C2, 96 and CE. RGB value is (194,150,206). Sum of RGB (Red+Green+Blue) = 194+150+206=550 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.27% from 550); Green value is 150 (58.98% from 255 or 27.27% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 206 - color contains mainly: blue. Hex color #C296CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C296CE is #3D6931. Grayscale: #A9A9A9. Windows color (decimal): -4024626 or 13539010. OLE color: 13539010.

HSL color Cylindrical-coordinate representation of color #C296CE: hue angle of 287.14º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C296CE is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB194150206-
CMYK0.060.2700.19
HSL287.14º36.36%69.8%-
HSV(B)287.14º27.18%80.78%-
XYZ44.337.7463.34-
YUV169.54148.58145.45-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.27%
GREEN value IS 150 (58.98% from 255) = 27.27%
BLUE value IS 206 (80.86% from 255) = 37.45%
R=35.27%
G=27.27%
B=37.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1941502060.060.2700.19287.1436.3669.8
HexC296CE61B01311f2446
Octal30222631663302343744106
Binary110000101001011011001110110110110100111000111111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c296ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c296ce; }

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

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

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

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

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

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

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

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