#C898DB

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

Shades of Wisteria #C898DB

Tints of Wisteria #C898DB

Color information

#C898DB (or 0xC898DB) is unknown color: approx Wisteria. HEX triplet: C8, 98 and DB. RGB value is (200,152,219). Sum of RGB (Red+Green+Blue) = 200+152+219=571 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.03% from 571); Green value is 152 (59.77% from 255 or 26.62% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #C898DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C898DB is #376724. Grayscale: #ADADAD. Windows color (decimal): -3630885 or 14391496. OLE color: 14391496.

HSL color Cylindrical-coordinate representation of color #C898DB: hue angle of 282.99º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C898DB is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB200152219-
CMYK0.090.3100.14
HSL282.99º48.2%72.75%-
HSV(B)282.99º30.59%85.88%-
XYZ47.8339.8572.19-
YUV173.99153.4146.55-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.03%
GREEN value IS 152 (59.77% from 255) = 26.62%
BLUE value IS 219 (85.94% from 255) = 38.35%
R=35.03%
G=26.62%
B=38.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2001522190.090.3100.14282.9948.272.75
HexC898DB91F0E11b3049
Octal310230333113701643360111
Binary110010001001100011011011100111111011101000110111100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C898DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C898DB; }

 p { color: rgb(200,152,219); }

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

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

 a { background-color: rgb(200,152,219); }

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

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

 span { border-color: rgb(200,152,219); }

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