#CF91F9

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

Shades of Wisteria #CF91F9

Tints of Wisteria #CF91F9

Color information

#CF91F9 (or 0xCF91F9) is unknown color: approx Wisteria. HEX triplet: CF, 91 and F9. RGB value is (207,145,249). Sum of RGB (Red+Green+Blue) = 207+145+249=601 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.44% from 601); Green value is 145 (57.03% from 255 or 24.13% from 601); Blue value is 249 (97.66% from 255 or 41.43% from 601); Max value from RGB is 249 - color contains mainly: blue. Hex color #CF91F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF91F9 is #306E06. Grayscale: #AFAFAF. Windows color (decimal): -3173895 or 16355791. OLE color: 16355791.

HSL color Cylindrical-coordinate representation of color #CF91F9: hue angle of 275.77º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF91F9 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB207145249-
CMYK0.170.4200.02
HSL275.77º89.66%77.25%-
HSV(B)275.77º41.77%97.65%-
XYZ52.9640.3694.62-
YUV175.39169.54150.54-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.44%
GREEN value IS 145 (57.03% from 255) = 24.13%
BLUE value IS 249 (97.66% from 255) = 41.43%
R=34.44%
G=24.13%
B=41.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2071452490.170.4200.02275.7789.6677.25
HexCF91F9112A021145a4d
Octal317221371215202424132115
Binary1100111110010001111110011000110101001010001010010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF91F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF91F9; }

 p { color: rgb(207,145,249); }

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

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

 a { background-color: rgb(207,145,249); }

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

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

 span { border-color: rgb(207,145,249); }

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