#CF9AD7

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

Shades of Wisteria #CF9AD7

Tints of Wisteria #CF9AD7

Color information

#CF9AD7 (or 0xCF9AD7) is unknown color: approx Wisteria. HEX triplet: CF, 9A and D7. RGB value is (207,154,215). Sum of RGB (Red+Green+Blue) = 207+154+215=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 154 (60.55% from 255 or 26.74% from 576); Blue value is 215 (84.38% from 255 or 37.33% from 576); Max value from RGB is 215 - color contains mainly: blue. Hex color #CF9AD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9AD7 is #306528. Grayscale: #B0B0B0. Windows color (decimal): -3171625 or 14129871. OLE color: 14129871.

HSL color Cylindrical-coordinate representation of color #CF9AD7: hue angle of 292.13º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CF9AD7 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB207154215-
CMYK0.040.2800.16
HSL292.13º43.26%72.35%-
HSV(B)292.13º28.37%84.31%-
XYZ49.5541.2869.65-
YUV176.8149.56149.54-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.94%
GREEN value IS 154 (60.55% from 255) = 26.74%
BLUE value IS 215 (84.38% from 255) = 37.33%
R=35.94%
G=26.74%
B=37.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2071542150.040.2800.16292.1343.2672.35
HexCF9AD741C0101242b48
Octal31723232743402044453110
Binary110011111001101011010111100111000100001001001001010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9AD7; }

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

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

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

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

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

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

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

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