#CF91DF

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

Shades of Wisteria #CF91DF

Tints of Wisteria #CF91DF

Color information

#CF91DF (or 0xCF91DF) is unknown color: approx Wisteria. HEX triplet: CF, 91 and DF. RGB value is (207,145,223). Sum of RGB (Red+Green+Blue) = 207+145+223=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 145 (57.03% from 255 or 25.22% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF91DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF91DF is #306E20. Grayscale: #ACACAC. Windows color (decimal): -3173921 or 14651855. OLE color: 14651855.

HSL color Cylindrical-coordinate representation of color #CF91DF: hue angle of 287.69º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CF91DF is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB207145223-
CMYK0.070.3500.13
HSL287.69º54.93%72.16%-
HSV(B)287.69º34.98%87.45%-
XYZ49.1838.8474.72-
YUV172.43156.54152.66-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36%
GREEN value IS 145 (57.03% from 255) = 25.22%
BLUE value IS 223 (87.5% from 255) = 38.78%
R=36%
G=25.22%
B=38.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071452230.070.3500.13287.6954.9372.16
HexCF91DF7230D1203748
Octal31722133774301544067110
Binary110011111001000111011111111100011011011001000001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF91DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF91DF; }

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

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

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

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

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

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

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

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