#c896da

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

Shades of Wisteria #C896DA

Tints of Wisteria #C896DA

Color information

#C896DA (or 0xC896DA) is unknown color: approx Wisteria. HEX triplet: C8, 96 and DA. RGB value is (200,150,218). Sum of RGB (Red+Green+Blue) = 200+150+218=568 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.21% from 568); Green value is 150 (58.98% from 255 or 26.41% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 218 - color contains mainly: blue. Hex color #C896DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C896DA is #376925. Grayscale: #ACACAC. Windows color (decimal): -3631398 or 14325448. OLE color: 14325448.

HSL color Cylindrical-coordinate representation of color #C896DA: hue angle of 284.12º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C896DA is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB200150218-
CMYK0.080.3100.15
HSL284.12º47.89%72.16%-
HSV(B)284.12º31.19%85.49%-
XYZ47.3839.1571.39-
YUV172.7153.56147.47-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.21%
GREEN value IS 150 (58.98% from 255) = 26.41%
BLUE value IS 218 (85.55% from 255) = 38.38%
R=35.21%
G=26.41%
B=38.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2001502180.080.3100.15284.1247.8972.16
HexC896DA81F0F11c3048
Octal310226332103701743460110
Binary110010001001011011011010100011111011111000111001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c896da

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c896da; }

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

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

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

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

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

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

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

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