#C898DD

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

Shades of Wisteria #C898DD

Tints of Wisteria #C898DD

Color information

#C898DD (or 0xC898DD) is unknown color: approx Wisteria. HEX triplet: C8, 98 and DD. RGB value is (200,152,221). Sum of RGB (Red+Green+Blue) = 200+152+221=573 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.90% from 573); Green value is 152 (59.77% from 255 or 26.53% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #C898DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C898DD is #376722. Grayscale: #ADADAD. Windows color (decimal): -3630883 or 14522568. OLE color: 14522568.

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

Color convert

RGB200152221-
CMYK0.100.3100.13
HSL281.74º50.36%73.14%-
HSV(B)281.74º31.22%86.67%-
XYZ48.139.9673.58-
YUV174.22154.4146.39-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.90%
GREEN value IS 152 (59.77% from 255) = 26.53%
BLUE value IS 221 (86.72% from 255) = 38.57%
R=34.90%
G=26.53%
B=38.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2001522210.100.3100.13281.7450.3673.14
HexC898DDA1F0D11a3249
Octal310230335123701543262111
Binary110010001001100011011101101011111011011000110101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C898DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C898DD; }

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

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

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

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

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

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

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

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