#C898DE

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

Shades of Wisteria #C898DE

Tints of Wisteria #C898DE

Color information

#C898DE (or 0xC898DE) is unknown color: approx Wisteria. HEX triplet: C8, 98 and DE. RGB value is (200,152,222). Sum of RGB (Red+Green+Blue) = 200+152+222=574 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.84% from 574); Green value is 152 (59.77% from 255 or 26.48% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 222 - color contains mainly: blue. Hex color #C898DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C898DE is #376721. Grayscale: #AEAEAE. Windows color (decimal): -3630882 or 14588104. OLE color: 14588104.

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

Color convert

RGB200152222-
CMYK0.100.3200.13
HSL281.14º51.47%73.33%-
HSV(B)281.14º31.53%87.06%-
XYZ48.2340.0174.29-
YUV174.33154.9146.31-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.84%
GREEN value IS 152 (59.77% from 255) = 26.48%
BLUE value IS 222 (87.11% from 255) = 38.68%
R=34.84%
G=26.48%
B=38.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2001522220.100.3200.13281.1451.4773.33
HexC898DEA200D1193349
Octal310230336124001543163111
Binary1100100010011000110111101010100000011011000110011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C898DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C898DE; }

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

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

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

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

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

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

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

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