#C999E2

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

Shades of Wisteria #C999E2

Tints of Wisteria #C999E2

Color information

#C999E2 (or 0xC999E2) is unknown color: approx Wisteria. HEX triplet: C9, 99 and E2. RGB value is (201,153,226). Sum of RGB (Red+Green+Blue) = 201+153+226=580 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.66% from 580); Green value is 153 (60.16% from 255 or 26.38% from 580); Blue value is 226 (88.67% from 255 or 38.97% from 580); Max value from RGB is 226 - color contains mainly: blue. Hex color #C999E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C999E2 is #36661D. Grayscale: #AFAFAF. Windows color (decimal): -3565086 or 14850505. OLE color: 14850505.

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

Color convert

RGB201153226-
CMYK0.110.3200.11
HSL279.45º55.73%74.31%-
HSV(B)279.45º32.3%88.63%-
XYZ49.2140.6977.21-
YUV175.67156.4146.06-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.66%
GREEN value IS 153 (60.16% from 255) = 26.38%
BLUE value IS 226 (88.67% from 255) = 38.97%
R=34.66%
G=26.38%
B=38.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2011532260.110.3200.11279.4555.7374.31
HexC999E2B200B117384a
Octal311231342134001342770112
Binary1100100110011001111000101011100000010111000101111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C999E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C999E2; }

 p { color: rgb(201,153,226); }

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

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

 a { background-color: rgb(201,153,226); }

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

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

 span { border-color: rgb(201,153,226); }

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