#CF9ADF

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

Shades of Wisteria #CF9ADF

Tints of Wisteria #CF9ADF

Color information

#CF9ADF (or 0xCF9ADF) is unknown color: approx Wisteria. HEX triplet: CF, 9A and DF. RGB value is (207,154,223). Sum of RGB (Red+Green+Blue) = 207+154+223=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 154 (60.55% from 255 or 26.37% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF9ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9ADF is #306520. Grayscale: #B1B1B1. Windows color (decimal): -3171617 or 14654159. OLE color: 14654159.

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

Color convert

RGB207154223-
CMYK0.070.3100.13
HSL286.09º51.88%73.92%-
HSV(B)286.09º30.94%87.45%-
XYZ50.6141.775.19-
YUV177.71153.56148.89-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.45%
GREEN value IS 154 (60.55% from 255) = 26.37%
BLUE value IS 223 (87.5% from 255) = 38.18%
R=35.45%
G=26.37%
B=38.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071542230.070.3100.13286.0951.8873.92
HexCF9ADF71F0D11e344a
Octal31723233773701543664112
Binary11001111100110101101111111111111011011000111101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9ADF; }

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

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

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

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

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

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

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

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