#CF9FE9

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

Shades of Wisteria #CF9FE9

Tints of Wisteria #CF9FE9

Color information

#CF9FE9 (or 0xCF9FE9) is unknown color: approx Wisteria. HEX triplet: CF, 9F and E9. RGB value is (207,159,233). Sum of RGB (Red+Green+Blue) = 207+159+233=599 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.56% from 599); Green value is 159 (62.5% from 255 or 26.54% from 599); Blue value is 233 (91.41% from 255 or 38.90% from 599); Max value from RGB is 233 - color contains mainly: blue. Hex color #CF9FE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9FE9 is #306016. Grayscale: #B5B5B5. Windows color (decimal): -3170327 or 15310799. OLE color: 15310799.

HSL color Cylindrical-coordinate representation of color #CF9FE9: hue angle of 278.92º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CF9FE9 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB207159233-
CMYK0.110.3200.09
HSL278.92º62.71%76.86%-
HSV(B)278.92º31.76%91.37%-
XYZ52.8443.9482.79-
YUV181.79156.9145.98-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.56%
GREEN value IS 159 (62.5% from 255) = 26.54%
BLUE value IS 233 (91.41% from 255) = 38.90%
R=34.56%
G=26.54%
B=38.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2071592330.110.3200.09278.9262.7176.86
HexCF9FE9B20091173f4d
Octal317237351134001142777115
Binary1100111110011111111010011011100000010011000101111111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9FE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9FE9; }

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

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

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

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

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

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

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

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