#C09FCF

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

Shades of Wisteria #C09FCF

Tints of Wisteria #C09FCF

Color information

#C09FCF (or 0xC09FCF) is unknown color: approx Wisteria. HEX triplet: C0, 9F and CF. RGB value is (192,159,207). Sum of RGB (Red+Green+Blue) = 192+159+207=558 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.41% from 558); Green value is 159 (62.5% from 255 or 28.49% from 558); Blue value is 207 (81.25% from 255 or 37.10% from 558); Max value from RGB is 207 - color contains mainly: blue. Hex color #C09FCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09FCF is #3F6030. Grayscale: #AEAEAE. Windows color (decimal): -4153393 or 13606848. OLE color: 13606848.

HSL color Cylindrical-coordinate representation of color #C09FCF: hue angle of 281.25º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C09FCF is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB192159207-
CMYK0.070.2300.19
HSL281.25º33.33%71.76%-
HSV(B)281.25º23.19%81.18%-
XYZ45.440.5164.46-
YUV174.34146.43140.6-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.41%
GREEN value IS 159 (62.5% from 255) = 28.49%
BLUE value IS 207 (81.25% from 255) = 37.10%
R=34.41%
G=28.49%
B=37.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1921592070.070.2300.19281.2533.3371.76
HexC09FCF7170131192148
Octal30023731772702343141110
Binary110000001001111111001111111101110100111000110011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09FCF; }

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

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

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

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

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

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

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

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