#C896E9

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

Shades of Wisteria #C896E9

Tints of Wisteria #C896E9

Color information

#C896E9 (or 0xC896E9) is unknown color: approx Wisteria. HEX triplet: C8, 96 and E9. RGB value is (200,150,233). Sum of RGB (Red+Green+Blue) = 200+150+233=583 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.31% from 583); Green value is 150 (58.98% from 255 or 25.73% from 583); Blue value is 233 (91.41% from 255 or 39.97% from 583); Max value from RGB is 233 - color contains mainly: blue. Hex color #C896E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C896E9 is #376916. Grayscale: #AEAEAE. Windows color (decimal): -3631383 or 15308488. OLE color: 15308488.

HSL color Cylindrical-coordinate representation of color #C896E9: hue angle of 276.14º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C896E9 is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB200150233-
CMYK0.140.3600.09
HSL276.14º65.35%75.1%-
HSV(B)276.14º35.62%91.37%-
XYZ49.4339.9882.2-
YUV174.41161.06146.25-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.31%
GREEN value IS 150 (58.98% from 255) = 25.73%
BLUE value IS 233 (91.41% from 255) = 39.97%
R=34.31%
G=25.73%
B=39.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2001502330.140.3600.09276.1465.3575.1
HexC896E9E2409114414b
Octal3102263511644011424101113
Binary11001000100101101110100111101001000100110001010010000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C896E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C896E9; }

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

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

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

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

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

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

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

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