#CF91EF

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

Shades of Wisteria #CF91EF

Tints of Wisteria #CF91EF

Color information

#CF91EF (or 0xCF91EF) is unknown color: approx Wisteria. HEX triplet: CF, 91 and EF. RGB value is (207,145,239). Sum of RGB (Red+Green+Blue) = 207+145+239=591 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.03% from 591); Green value is 145 (57.03% from 255 or 24.53% from 591); Blue value is 239 (93.75% from 255 or 40.44% from 591); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF91EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF91EF is #306E10. Grayscale: #ADADAD. Windows color (decimal): -3173905 or 15700431. OLE color: 15700431.

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

Color convert

RGB207145239-
CMYK0.130.3900.06
HSL279.57º74.6%75.29%-
HSV(B)279.57º39.33%93.73%-
XYZ51.4439.7586.62-
YUV174.25164.54151.36-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.03%
GREEN value IS 145 (57.03% from 255) = 24.53%
BLUE value IS 239 (93.75% from 255) = 40.44%
R=35.03%
G=24.53%
B=40.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2071452390.130.3900.06279.5774.675.29
HexCF91EFD27061184b4b
Octal317221357154706430113113
Binary1100111110010001111011111101100111011010001100010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF91EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF91EF; }

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

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

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

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

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

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

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

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