#C99BE3

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

Shades of Wisteria #C99BE3

Tints of Wisteria #C99BE3

Color information

#C99BE3 (or 0xC99BE3) is unknown color: approx Wisteria. HEX triplet: C9, 9B and E3. RGB value is (201,155,227). Sum of RGB (Red+Green+Blue) = 201+155+227=583 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.48% from 583); Green value is 155 (60.94% from 255 or 26.59% from 583); Blue value is 227 (89.06% from 255 or 38.94% from 583); Max value from RGB is 227 - color contains mainly: blue. Hex color #C99BE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99BE3 is #36641C. Grayscale: #B0B0B0. Windows color (decimal): -3564573 or 14916553. OLE color: 14916553.

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

Color convert

RGB201155227-
CMYK0.110.3200.11
HSL278.33º56.25%74.9%-
HSV(B)278.33º31.72%89.02%-
XYZ49.6741.4178.05-
YUV176.96156.24145.15-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.48%
GREEN value IS 155 (60.94% from 255) = 26.59%
BLUE value IS 227 (89.06% from 255) = 38.94%
R=34.48%
G=26.59%
B=38.94%

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
Decimal2011552270.110.3200.11278.3356.2574.9
HexC99BE3B200B116384b
Octal311233343134001342670113
Binary1100100110011011111000111011100000010111000101101110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99BE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99BE3; }

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

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

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

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

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

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

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

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