#CFA4D7

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

Shades of Wisteria #CFA4D7

Tints of Wisteria #CFA4D7

Color information

#CFA4D7 (or 0xCFA4D7) is unknown color: approx Wisteria. HEX triplet: CF, A4 and D7. RGB value is (207,164,215). Sum of RGB (Red+Green+Blue) = 207+164+215=586 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.32% from 586); Green value is 164 (64.45% from 255 or 27.99% from 586); Blue value is 215 (84.38% from 255 or 36.69% from 586); Max value from RGB is 215 - color contains mainly: blue. Hex color #CFA4D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA4D7 is #305B28. Grayscale: #B6B6B6. Windows color (decimal): -3169065 or 14132431. OLE color: 14132431.

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

Color convert

RGB207164215-
CMYK0.040.2400.16
HSL290.59º38.93%74.31%-
HSV(B)290.59º23.72%84.31%-
XYZ51.2744.7270.22-
YUV182.67146.25145.35-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.32%
GREEN value IS 164 (64.45% from 255) = 27.99%
BLUE value IS 215 (84.38% from 255) = 36.69%
R=35.32%
G=27.99%
B=36.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2071642150.040.2400.16290.5938.9374.31
HexCFA4D7418010123274a
Octal31724432743002044347112
Binary110011111010010011010111100110000100001001000111001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA4D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA4D7; }

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

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

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

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

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

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

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

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