#C998DE

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

Shades of Wisteria #C998DE

Tints of Wisteria #C998DE

Color information

#C998DE (or 0xC998DE) is unknown color: approx Wisteria. HEX triplet: C9, 98 and DE. RGB value is (201,152,222). Sum of RGB (Red+Green+Blue) = 201+152+222=575 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.96% from 575); Green value is 152 (59.77% from 255 or 26.43% from 575); Blue value is 222 (87.11% from 255 or 38.61% from 575); Max value from RGB is 222 - color contains mainly: blue. Hex color #C998DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C998DE is #366721. Grayscale: #AEAEAE. Windows color (decimal): -3565346 or 14588105. OLE color: 14588105.

HSL color Cylindrical-coordinate representation of color #C998DE: hue angle of 282º 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 #C998DE is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB201152222-
CMYK0.090.3200.13
HSL282º51.47%73.33%-
HSV(B)282º31.53%87.06%-
XYZ48.540.1574.3-
YUV174.63154.73146.81-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.96%
GREEN value IS 152 (59.77% from 255) = 26.43%
BLUE value IS 222 (87.11% from 255) = 38.61%
R=34.96%
G=26.43%
B=38.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2011522220.090.3200.1328251.4773.33
HexC998DE9200D11a3349
Octal311230336114001543263111
Binary1100100110011000110111101001100000011011000110101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C998DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C998DE; }

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

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

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

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

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

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

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

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