#C99EF2

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

Shades of Wisteria #C99EF2

Tints of Wisteria #C99EF2

Color information

#C99EF2 (or 0xC99EF2) is unknown color: approx Wisteria. HEX triplet: C9, 9E and F2. RGB value is (201,158,242). Sum of RGB (Red+Green+Blue) = 201+158+242=601 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.44% from 601); Green value is 158 (62.11% from 255 or 26.29% from 601); Blue value is 242 (94.92% from 255 or 40.27% from 601); Max value from RGB is 242 - color contains mainly: blue. Hex color #C99EF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99EF2 is #36610D. Grayscale: #B4B4B4. Windows color (decimal): -3563790 or 15900361. OLE color: 15900361.

HSL color Cylindrical-coordinate representation of color #C99EF2: hue angle of 270.71º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C99EF2 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB201158242-
CMYK0.170.3500.05
HSL270.71º76.36%78.43%-
HSV(B)270.71º34.71%94.9%-
XYZ52.3443.2889.6-
YUV180.43162.75142.67-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.44%
GREEN value IS 158 (62.11% from 255) = 26.29%
BLUE value IS 242 (94.92% from 255) = 40.27%
R=33.44%
G=26.29%
B=40.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2011582420.170.3500.05270.7176.3678.43
HexC99EF211230510f4c4e
Octal311236362214305417114116
Binary11001001100111101111001010001100011010110000111110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99EF2; }

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

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

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

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

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

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

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

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