#C09FCC

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

Shades of Wisteria #C09FCC

Tints of Wisteria #C09FCC

Color information

#C09FCC (or 0xC09FCC) is unknown color: approx Wisteria. HEX triplet: C0, 9F and CC. RGB value is (192,159,204). Sum of RGB (Red+Green+Blue) = 192+159+204=555 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.59% from 555); Green value is 159 (62.5% from 255 or 28.65% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 204 - color contains mainly: blue. Hex color #C09FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09FCC is #3F6033. Grayscale: #ADADAD. Windows color (decimal): -4153396 or 13410240. OLE color: 13410240.

HSL color Cylindrical-coordinate representation of color #C09FCC: hue angle of 284º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C09FCC is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB192159204-
CMYK0.060.2200.2
HSL284º30.61%71.18%-
HSV(B)284º22.06%80%-
XYZ45.0440.3662.54-
YUV174144.93140.84-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.59%
GREEN value IS 159 (62.5% from 255) = 28.65%
BLUE value IS 204 (80.08% from 255) = 36.76%
R=34.59%
G=28.65%
B=36.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1921592040.060.2200.228430.6171.18
HexC09FCC61601411c1f47
Octal30023731462602443437107
Binary11000000100111111100110011010110010100100011100111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09FCC; }

 p { color: rgb(192,159,204); }

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

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

 a { background-color: rgb(192,159,204); }

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

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

 span { border-color: rgb(192,159,204); }

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