#C891D2

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

Shades of Wisteria #C891D2

Tints of Wisteria #C891D2

Color information

#C891D2 (or 0xC891D2) is unknown color: approx Wisteria. HEX triplet: C8, 91 and D2. RGB value is (200,145,210). Sum of RGB (Red+Green+Blue) = 200+145+210=555 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.04% from 555); Green value is 145 (57.03% from 255 or 26.13% from 555); Blue value is 210 (82.42% from 255 or 37.84% from 555); Max value from RGB is 210 - color contains mainly: blue. Hex color #C891D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C891D2 is #376E2D. Grayscale: #A8A8A8. Windows color (decimal): -3632686 or 13799880. OLE color: 13799880.

HSL color Cylindrical-coordinate representation of color #C891D2: hue angle of 290.77º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C891D2 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB200145210-
CMYK0.050.3100.18
HSL290.77º41.94%69.61%-
HSV(B)290.77º30.95%82.35%-
XYZ45.5837.1865.75-
YUV168.86151.22150.21-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.04%
GREEN value IS 145 (57.03% from 255) = 26.13%
BLUE value IS 210 (82.42% from 255) = 37.84%
R=36.04%
G=26.13%
B=37.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2001452100.050.3100.18290.7741.9469.61
HexC891D251F0121232a46
Octal31022132253702244352106
Binary110010001001000111010010101111110100101001000111010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C891D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C891D2; }

 p { color: rgb(200,145,210); }

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

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

 a { background-color: rgb(200,145,210); }

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

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

 span { border-color: rgb(200,145,210); }

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