#CFA4DE

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

Shades of Wisteria #CFA4DE

Tints of Wisteria #CFA4DE

Color information

#CFA4DE (or 0xCFA4DE) is unknown color: approx Wisteria. HEX triplet: CF, A4 and DE. RGB value is (207,164,222). Sum of RGB (Red+Green+Blue) = 207+164+222=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 164 (64.45% from 255 or 27.66% from 593); Blue value is 222 (87.11% from 255 or 37.44% from 593); Max value from RGB is 222 - color contains mainly: blue. Hex color #CFA4DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA4DE is #305B21. Grayscale: #B7B7B7. Windows color (decimal): -3169058 or 14591183. OLE color: 14591183.

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

Color convert

RGB207164222-
CMYK0.070.2600.13
HSL284.48º46.77%75.69%-
HSV(B)284.48º26.13%87.06%-
XYZ52.1945.0975.06-
YUV183.47149.75144.78-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.91%
GREEN value IS 164 (64.45% from 255) = 27.66%
BLUE value IS 222 (87.11% from 255) = 37.44%
R=34.91%
G=27.66%
B=37.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071642220.070.2600.13284.4846.7775.69
HexCFA4DE71A0D11c2f4c
Octal31724433673201543457114
Binary11001111101001001101111011111010011011000111001011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA4DE; }

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

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

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

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

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

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

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

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