#C898DC

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

Shades of Wisteria #C898DC

Tints of Wisteria #C898DC

Color information

#C898DC (or 0xC898DC) is unknown color: approx Wisteria. HEX triplet: C8, 98 and DC. RGB value is (200,152,220). Sum of RGB (Red+Green+Blue) = 200+152+220=572 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.97% from 572); Green value is 152 (59.77% from 255 or 26.57% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #C898DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C898DC is #376723. Grayscale: #ADADAD. Windows color (decimal): -3630884 or 14457032. OLE color: 14457032.

HSL color Cylindrical-coordinate representation of color #C898DC: hue angle of 282.35º degrees, saturation: 0.49, 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 #C898DC is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB200152220-
CMYK0.090.3100.14
HSL282.35º49.28%72.94%-
HSV(B)282.35º30.91%86.27%-
XYZ47.9739.972.88-
YUV174.1153.9146.47-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.97%
GREEN value IS 152 (59.77% from 255) = 26.57%
BLUE value IS 220 (86.33% from 255) = 38.46%
R=34.97%
G=26.57%
B=38.46%

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
Decimal2001522200.090.3100.14282.3549.2872.94
HexC898DC91F0E11a3149
Octal310230334113701643261111
Binary110010001001100011011100100111111011101000110101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C898DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C898DC; }

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

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

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

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

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

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

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

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