#C98DE3

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

Shades of Wisteria #C98DE3

Tints of Wisteria #C98DE3

Color information

#C98DE3 (or 0xC98DE3) is unknown color: approx Wisteria. HEX triplet: C9, 8D and E3. RGB value is (201,141,227). Sum of RGB (Red+Green+Blue) = 201+141+227=569 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.33% from 569); Green value is 141 (55.47% from 255 or 24.78% from 569); Blue value is 227 (89.06% from 255 or 39.89% from 569); Max value from RGB is 227 - color contains mainly: blue. Hex color #C98DE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98DE3 is #36721C. Grayscale: #A8A8A8. Windows color (decimal): -3568157 or 14912969. OLE color: 14912969.

HSL color Cylindrical-coordinate representation of color #C98DE3: hue angle of 281.86º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C98DE3 is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB201141227-
CMYK0.110.3800.11
HSL281.86º60.56%72.16%-
HSV(B)281.86º37.89%89.02%-
XYZ47.4837.0177.32-
YUV168.74160.88151.01-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.33%
GREEN value IS 141 (55.47% from 255) = 24.78%
BLUE value IS 227 (89.06% from 255) = 39.89%
R=35.33%
G=24.78%
B=39.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2011412270.110.3800.11281.8660.5672.16
HexC98DE3B260B11a3d48
Octal311215343134601343275110
Binary1100100110001101111000111011100110010111000110101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98DE3; }

 p { color: rgb(201,141,227); }

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

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

 a { background-color: rgb(201,141,227); }

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

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

 span { border-color: rgb(201,141,227); }

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