#CF9FE7

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

Shades of Wisteria #CF9FE7

Tints of Wisteria #CF9FE7

Color information

#CF9FE7 (or 0xCF9FE7) is unknown color: approx Wisteria. HEX triplet: CF, 9F and E7. RGB value is (207,159,231). Sum of RGB (Red+Green+Blue) = 207+159+231=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 159 (62.5% from 255 or 26.63% from 597); Blue value is 231 (90.62% from 255 or 38.69% from 597); Max value from RGB is 231 - color contains mainly: blue. Hex color #CF9FE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9FE7 is #306018. Grayscale: #B5B5B5. Windows color (decimal): -3170329 or 15179727. OLE color: 15179727.

HSL color Cylindrical-coordinate representation of color #CF9FE7: hue angle of 280º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CF9FE7 is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB207159231-
CMYK0.100.3100.09
HSL280º60%76.47%-
HSV(B)280º31.17%90.59%-
XYZ52.5543.8381.29-
YUV181.56155.9146.15-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.67%
GREEN value IS 159 (62.5% from 255) = 26.63%
BLUE value IS 231 (90.62% from 255) = 38.69%
R=34.67%
G=26.63%
B=38.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2071592310.100.3100.092806076.47
HexCF9FE7A1F091183c4c
Octal317237347123701143074114
Binary110011111001111111100111101011111010011000110001111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9FE7; }

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

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

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

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

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

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

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

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