#CF9FDF

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

Shades of Wisteria #CF9FDF

Tints of Wisteria #CF9FDF

Color information

#CF9FDF (or 0xCF9FDF) is unknown color: approx Wisteria. HEX triplet: CF, 9F and DF. RGB value is (207,159,223). Sum of RGB (Red+Green+Blue) = 207+159+223=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 159 (62.5% from 255 or 26.99% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF9FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9FDF is #306020. Grayscale: #B4B4B4. Windows color (decimal): -3170337 or 14655439. OLE color: 14655439.

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

Color convert

RGB207159223-
CMYK0.070.2900.13
HSL285º50%74.9%-
HSV(B)285º28.7%87.45%-
XYZ51.4543.3975.48-
YUV180.65151.9146.8-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.14%
GREEN value IS 159 (62.5% from 255) = 26.99%
BLUE value IS 223 (87.5% from 255) = 37.86%
R=35.14%
G=26.99%
B=37.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071592230.070.2900.132855074.9
HexCF9FDF71D0D11d324b
Octal31723733773501543562113
Binary11001111100111111101111111111101011011000111011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9FDF; }

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

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

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

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

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

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

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

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