#CF9FDA

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

Shades of Wisteria #CF9FDA

Tints of Wisteria #CF9FDA

Color information

#CF9FDA (or 0xCF9FDA) is unknown color: approx Wisteria. HEX triplet: CF, 9F and DA. RGB value is (207,159,218). Sum of RGB (Red+Green+Blue) = 207+159+218=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 159 (62.5% from 255 or 27.23% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF9FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9FDA is #306025. Grayscale: #B3B3B3. Windows color (decimal): -3170342 or 14327759. OLE color: 14327759.

HSL color Cylindrical-coordinate representation of color #CF9FDA: hue angle of 288.81º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CF9FDA is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB207159218-
CMYK0.050.2700.15
HSL288.81º44.36%73.92%-
HSV(B)288.81º27.06%85.49%-
XYZ50.7943.1271.98-
YUV180.08149.4147.2-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.45%
GREEN value IS 159 (62.5% from 255) = 27.23%
BLUE value IS 218 (85.55% from 255) = 37.33%
R=35.45%
G=27.23%
B=37.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2071592180.050.2700.15288.8144.3673.92
HexCF9FDA51B0F1212c4a
Octal31723733253301744154112
Binary11001111100111111101101010111011011111001000011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9FDA; }

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

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

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

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

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

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

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

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