#c896ef

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

Shades of Wisteria #C896EF

Tints of Wisteria #C896EF

Color information

#C896EF (or 0xC896EF) is unknown color: approx Wisteria. HEX triplet: C8, 96 and EF. RGB value is (200,150,239). Sum of RGB (Red+Green+Blue) = 200+150+239=589 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.96% from 589); Green value is 150 (58.98% from 255 or 25.47% from 589); Blue value is 239 (93.75% from 255 or 40.58% from 589); Max value from RGB is 239 - color contains mainly: blue. Hex color #C896EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C896EF is #376910. Grayscale: #AEAEAE. Windows color (decimal): -3631377 or 15701704. OLE color: 15701704.

HSL color Cylindrical-coordinate representation of color #C896EF: hue angle of 273.71º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C896EF is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB200150239-
CMYK0.160.3700.06
HSL273.71º73.55%76.27%-
HSV(B)273.71º37.24%93.73%-
XYZ50.3140.3286.79-
YUV175.1164.06145.76-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.96%
GREEN value IS 150 (58.98% from 255) = 25.47%
BLUE value IS 239 (93.75% from 255) = 40.58%
R=33.96%
G=25.47%
B=40.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2001502390.160.3700.06273.7173.5576.27
HexC896EF1025061124a4c
Octal310226357204506422112114
Binary11001000100101101110111110000100101011010001001010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c896ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c896ef; }

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

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

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

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

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

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

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

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