#C896EA

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

Shades of Wisteria #C896EA

Tints of Wisteria #C896EA

Color information

#C896EA (or 0xC896EA) is unknown color: approx Wisteria. HEX triplet: C8, 96 and EA. RGB value is (200,150,234). Sum of RGB (Red+Green+Blue) = 200+150+234=584 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.25% from 584); Green value is 150 (58.98% from 255 or 25.68% from 584); Blue value is 234 (91.80% from 255 or 40.07% from 584); Max value from RGB is 234 - color contains mainly: blue. Hex color #C896EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C896EA is #376915. Grayscale: #AEAEAE. Windows color (decimal): -3631382 or 15374024. OLE color: 15374024.

HSL color Cylindrical-coordinate representation of color #C896EA: hue angle of 275.71º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C896EA is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB200150234-
CMYK0.150.3600.08
HSL275.71º66.67%75.29%-
HSV(B)275.71º35.9%91.76%-
XYZ49.5840.0382.96-
YUV174.53161.56146.17-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.25%
GREEN value IS 150 (58.98% from 255) = 25.68%
BLUE value IS 234 (91.80% from 255) = 40.07%
R=34.25%
G=25.68%
B=40.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2001502340.150.3600.08275.7166.6775.29
HexC896EAF2408114434b
Octal3102263521744010424103113
Binary11001000100101101110101011111001000100010001010010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C896EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C896EA; }

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

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

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

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

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

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

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

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