#C895D7

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

Shades of Wisteria #C895D7

Tints of Wisteria #C895D7

Color information

#C895D7 (or 0xC895D7) is unknown color: approx Wisteria. HEX triplet: C8, 95 and D7. RGB value is (200,149,215). Sum of RGB (Red+Green+Blue) = 200+149+215=564 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.46% from 564); Green value is 149 (58.59% from 255 or 26.42% from 564); Blue value is 215 (84.38% from 255 or 38.12% from 564); Max value from RGB is 215 - color contains mainly: blue. Hex color #C895D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C895D7 is #376A28. Grayscale: #ABABAB. Windows color (decimal): -3631657 or 14128584. OLE color: 14128584.

HSL color Cylindrical-coordinate representation of color #C895D7: hue angle of 286.36º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C895D7 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB200149215-
CMYK0.070.3100.16
HSL286.36º45.21%71.37%-
HSV(B)286.36º30.7%84.31%-
XYZ46.8338.6869.29-
YUV171.77152.4148.13-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.46%
GREEN value IS 149 (58.59% from 255) = 26.42%
BLUE value IS 215 (84.38% from 255) = 38.12%
R=35.46%
G=26.42%
B=38.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2001492150.070.3100.16286.3645.2171.37
HexC895D771F01011e2d47
Octal31022532773702043655107
Binary110010001001010111010111111111110100001000111101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C895D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C895D7; }

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

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

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

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

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

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

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

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