#C895DA

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

Shades of Wisteria #C895DA

Tints of Wisteria #C895DA

Color information

#C895DA (or 0xC895DA) is unknown color: approx Wisteria. HEX triplet: C8, 95 and DA. RGB value is (200,149,218). Sum of RGB (Red+Green+Blue) = 200+149+218=567 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.27% from 567); Green value is 149 (58.59% from 255 or 26.28% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 218 - color contains mainly: blue. Hex color #C895DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C895DA is #376A25. Grayscale: #ABABAB. Windows color (decimal): -3631654 or 14325192. OLE color: 14325192.

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

Color convert

RGB200149218-
CMYK0.080.3200.15
HSL284.35º48.25%71.96%-
HSV(B)284.35º31.65%85.49%-
XYZ47.2238.8471.34-
YUV172.11153.9147.89-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.27%
GREEN value IS 149 (58.59% from 255) = 26.28%
BLUE value IS 218 (85.55% from 255) = 38.45%
R=35.27%
G=26.28%
B=38.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2001492180.080.3200.15284.3548.2571.96
HexC895DA8200F11c3048
Octal310225332104001743460110
Binary1100100010010101110110101000100000011111000111001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C895DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C895DA; }

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

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

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

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

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

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

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

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