#C99CEF

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

Shades of Wisteria #C99CEF

Tints of Wisteria #C99CEF

Color information

#C99CEF (or 0xC99CEF) is unknown color: approx Wisteria. HEX triplet: C9, 9C and EF. RGB value is (201,156,239). Sum of RGB (Red+Green+Blue) = 201+156+239=596 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.72% from 596); Green value is 156 (61.33% from 255 or 26.17% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 239 - color contains mainly: blue. Hex color #C99CEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99CEF is #366310. Grayscale: #B2B2B2. Windows color (decimal): -3564305 or 15703241. OLE color: 15703241.

HSL color Cylindrical-coordinate representation of color #C99CEF: hue angle of 272.53º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C99CEF is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB201156239-
CMYK0.160.3500.06
HSL272.53º72.17%77.45%-
HSV(B)272.53º34.73%93.73%-
XYZ51.5642.4387.13-
YUV178.92161.91143.75-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.72%
GREEN value IS 156 (61.33% from 255) = 26.17%
BLUE value IS 239 (93.75% from 255) = 40.10%
R=33.72%
G=26.17%
B=40.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2011562390.160.3500.06272.5372.1777.45
HexC99CEF102306111484d
Octal311234357204306421110115
Binary11001001100111001110111110000100011011010001000110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99CEF; }

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

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

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

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

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

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

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

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