#C895D5

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

Shades of Wisteria #C895D5

Tints of Wisteria #C895D5

Color information

#C895D5 (or 0xC895D5) is unknown color: approx Wisteria. HEX triplet: C8, 95 and D5. RGB value is (200,149,213). Sum of RGB (Red+Green+Blue) = 200+149+213=562 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.59% from 562); Green value is 149 (58.59% from 255 or 26.51% from 562); Blue value is 213 (83.59% from 255 or 37.90% from 562); Max value from RGB is 213 - color contains mainly: blue. Hex color #C895D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C895D5 is #376A2A. Grayscale: #ABABAB. Windows color (decimal): -3631659 or 13997512. OLE color: 13997512.

HSL color Cylindrical-coordinate representation of color #C895D5: hue angle of 287.81º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C895D5 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB200149213-
CMYK0.060.3000.16
HSL287.81º43.24%70.98%-
HSV(B)287.81º30.05%83.53%-
XYZ46.5838.5867.94-
YUV171.54151.4148.3-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.59%
GREEN value IS 149 (58.59% from 255) = 26.51%
BLUE value IS 213 (83.59% from 255) = 37.90%
R=35.59%
G=26.51%
B=37.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2001492130.060.3000.16287.8143.2470.98
HexC895D561E0101202b47
Octal31022532563602044053107
Binary110010001001010111010101110111100100001001000001010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C895D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C895D5; }

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

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

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

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

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

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

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

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