#CF9FEF

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

Shades of Wisteria #CF9FEF

Tints of Wisteria #CF9FEF

Color information

#CF9FEF (or 0xCF9FEF) is unknown color: approx Wisteria. HEX triplet: CF, 9F and EF. RGB value is (207,159,239). Sum of RGB (Red+Green+Blue) = 207+159+239=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 159 (62.5% from 255 or 26.28% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF9FEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9FEF is #306010. Grayscale: #B6B6B6. Windows color (decimal): -3170321 or 15704015. OLE color: 15704015.

HSL color Cylindrical-coordinate representation of color #CF9FEF: hue angle of 276º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CF9FEF is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB207159239-
CMYK0.130.3300.06
HSL276º71.43%78.04%-
HSV(B)276º33.47%93.73%-
XYZ53.7144.2987.38-
YUV182.47159.9145.5-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.21%
GREEN value IS 159 (62.5% from 255) = 26.28%
BLUE value IS 239 (93.75% from 255) = 39.50%
R=34.21%
G=26.28%
B=39.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2071592390.130.3300.0627671.4378.04
HexCF9FEFD2106114474e
Octal317237357154106424107116
Binary1100111110011111111011111101100001011010001010010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9FEF; }

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

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

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

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

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

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

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

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