#C99ED8

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

Shades of Wisteria #C99ED8

Tints of Wisteria #C99ED8

Color information

#C99ED8 (or 0xC99ED8) is unknown color: approx Wisteria. HEX triplet: C9, 9E and D8. RGB value is (201,158,216). Sum of RGB (Red+Green+Blue) = 201+158+216=575 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.96% from 575); Green value is 158 (62.11% from 255 or 27.48% from 575); Blue value is 216 (84.77% from 255 or 37.57% from 575); Max value from RGB is 216 - color contains mainly: blue. Hex color #C99ED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99ED8 is #366127. Grayscale: #B1B1B1. Windows color (decimal): -3563816 or 14196425. OLE color: 14196425.

HSL color Cylindrical-coordinate representation of color #C99ED8: hue angle of 284.48º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C99ED8 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB201158216-
CMYK0.070.2700.15
HSL284.48º42.65%73.33%-
HSV(B)284.48º26.85%84.71%-
XYZ48.7141.8370.47-
YUV177.47149.75144.78-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.96%
GREEN value IS 158 (62.11% from 255) = 27.48%
BLUE value IS 216 (84.77% from 255) = 37.57%
R=34.96%
G=27.48%
B=37.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2011582160.070.2700.15284.4842.6573.33
HexC99ED871B0F11c2b49
Octal31123633073301743453111
Binary11001001100111101101100011111011011111000111001010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99ED8; }

 p { color: rgb(201,158,216); }

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

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

 a { background-color: rgb(201,158,216); }

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

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

 span { border-color: rgb(201,158,216); }

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