#C99DE0

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

Shades of Wisteria #C99DE0

Tints of Wisteria #C99DE0

Color information

#C99DE0 (or 0xC99DE0) is unknown color: approx Wisteria. HEX triplet: C9, 9D and E0. RGB value is (201,157,224). Sum of RGB (Red+Green+Blue) = 201+157+224=582 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.54% from 582); Green value is 157 (61.72% from 255 or 26.98% from 582); Blue value is 224 (87.89% from 255 or 38.49% from 582); Max value from RGB is 224 - color contains mainly: blue. Hex color #C99DE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99DE0 is #36621F. Grayscale: #B1B1B1. Windows color (decimal): -3564064 or 14720457. OLE color: 14720457.

HSL color Cylindrical-coordinate representation of color #C99DE0: hue angle of 279.4º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C99DE0 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB201157224-
CMYK0.100.3000.12
HSL279.4º51.94%74.71%-
HSV(B)279.4º29.91%87.84%-
XYZ49.641.9176-
YUV177.79154.08144.55-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.54%
GREEN value IS 157 (61.72% from 255) = 26.98%
BLUE value IS 224 (87.89% from 255) = 38.49%
R=34.54%
G=26.98%
B=38.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2011572240.100.3000.12279.451.9474.71
HexC99DE0A1E0C117344b
Octal311235340123601442764113
Binary110010011001110111100000101011110011001000101111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99DE0; }

 p { color: rgb(201,157,224); }

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

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

 a { background-color: rgb(201,157,224); }

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

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

 span { border-color: rgb(201,157,224); }

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