#CF9AD8

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

Shades of Wisteria #CF9AD8

Tints of Wisteria #CF9AD8

Color information

#CF9AD8 (or 0xCF9AD8) is unknown color: approx Wisteria. HEX triplet: CF, 9A and D8. RGB value is (207,154,216). Sum of RGB (Red+Green+Blue) = 207+154+216=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 154 (60.55% from 255 or 26.69% from 577); Blue value is 216 (84.77% from 255 or 37.44% from 577); Max value from RGB is 216 - color contains mainly: blue. Hex color #CF9AD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9AD8 is #306527. Grayscale: #B0B0B0. Windows color (decimal): -3171624 or 14195407. OLE color: 14195407.

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

Color convert

RGB207154216-
CMYK0.040.2900.15
HSL291.29º44.29%72.55%-
HSV(B)291.29º28.7%84.71%-
XYZ49.6841.3370.33-
YUV176.92150.06149.46-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.88%
GREEN value IS 154 (60.55% from 255) = 26.69%
BLUE value IS 216 (84.77% from 255) = 37.44%
R=35.88%
G=26.69%
B=37.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2071542160.040.2900.15291.2944.2972.55
HexCF9AD841D0F1232c49
Octal31723233043501744354111
Binary11001111100110101101100010011101011111001000111011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9AD8; }

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

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

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

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

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

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

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

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