#C895DD

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

Shades of Wisteria #C895DD

Tints of Wisteria #C895DD

Color information

#C895DD (or 0xC895DD) is unknown color: approx Wisteria. HEX triplet: C8, 95 and DD. RGB value is (200,149,221). Sum of RGB (Red+Green+Blue) = 200+149+221=570 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.09% from 570); Green value is 149 (58.59% from 255 or 26.14% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #C895DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C895DD is #376A22. Grayscale: #ACACAC. Windows color (decimal): -3631651 or 14521800. OLE color: 14521800.

HSL color Cylindrical-coordinate representation of color #C895DD: hue angle of 282.5º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C895DD is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB200149221-
CMYK0.100.3300.13
HSL282.5º51.43%72.55%-
HSV(B)282.5º32.58%86.67%-
XYZ47.6238.9973.42-
YUV172.46155.4147.65-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.09%
GREEN value IS 149 (58.59% from 255) = 26.14%
BLUE value IS 221 (86.72% from 255) = 38.77%
R=35.09%
G=26.14%
B=38.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2001492210.100.3300.13282.551.4372.55
HexC895DDA210D11a3349
Octal310225335124101543263111
Binary1100100010010101110111011010100001011011000110101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C895DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C895DD; }

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

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

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

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

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

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

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

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