#C99CEB

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

Shades of Wisteria #C99CEB

Tints of Wisteria #C99CEB

Color information

#C99CEB (or 0xC99CEB) is unknown color: approx Wisteria. HEX triplet: C9, 9C and EB. RGB value is (201,156,235). Sum of RGB (Red+Green+Blue) = 201+156+235=592 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.95% from 592); Green value is 156 (61.33% from 255 or 26.35% from 592); Blue value is 235 (92.19% from 255 or 39.70% from 592); Max value from RGB is 235 - color contains mainly: blue. Hex color #C99CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99CEB is #366314. Grayscale: #B2B2B2. Windows color (decimal): -3564309 or 15441097. OLE color: 15441097.

HSL color Cylindrical-coordinate representation of color #C99CEB: hue angle of 274.18º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C99CEB is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB201156235-
CMYK0.140.3400.08
HSL274.18º66.39%76.67%-
HSV(B)274.18º33.62%92.16%-
XYZ50.9742.1984.05-
YUV178.46159.91144.08-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.95%
GREEN value IS 156 (61.33% from 255) = 26.35%
BLUE value IS 235 (92.19% from 255) = 39.70%
R=33.95%
G=26.35%
B=39.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2011562350.140.3400.08274.1866.3976.67
HexC99CEBE2208112424d
Octal3112343531642010422102115
Binary11001001100111001110101111101000100100010001001010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99CEB; }

 p { color: rgb(201,156,235); }

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

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

 a { background-color: rgb(201,156,235); }

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

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

 span { border-color: rgb(201,156,235); }

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