#C896F9

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

Shades of Wisteria #C896F9

Tints of Wisteria #C896F9

Color information

#C896F9 (or 0xC896F9) is unknown color: approx Wisteria. HEX triplet: C8, 96 and F9. RGB value is (200,150,249). Sum of RGB (Red+Green+Blue) = 200+150+249=599 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.39% from 599); Green value is 150 (58.98% from 255 or 25.04% from 599); Blue value is 249 (97.66% from 255 or 41.57% from 599); Max value from RGB is 249 - color contains mainly: blue. Hex color #C896F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C896F9 is #376906. Grayscale: #AFAFAF. Windows color (decimal): -3631367 or 16357064. OLE color: 16357064.

HSL color Cylindrical-coordinate representation of color #C896F9: hue angle of 270.3º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C896F9 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB200150249-
CMYK0.200.4000.02
HSL270.3º89.19%78.24%-
HSV(B)270.3º39.76%97.65%-
XYZ51.8240.9394.79-
YUV176.24169.06144.95-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.39%
GREEN value IS 150 (58.98% from 255) = 25.04%
BLUE value IS 249 (97.66% from 255) = 41.57%
R=33.39%
G=25.04%
B=41.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2001502490.200.4000.02270.389.1978.24
HexC896F914280210e594e
Octal310226371245002416131116
Binary1100100010010110111110011010010100001010000111010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C896F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C896F9; }

 p { color: rgb(200,150,249); }

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

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

 a { background-color: rgb(200,150,249); }

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

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

 span { border-color: rgb(200,150,249); }

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