#CFA1DD

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

Shades of Wisteria #CFA1DD

Tints of Wisteria #CFA1DD

Color information

#CFA1DD (or 0xCFA1DD) is unknown color: approx Wisteria. HEX triplet: CF, A1 and DD. RGB value is (207,161,221). Sum of RGB (Red+Green+Blue) = 207+161+221=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 161 (63.28% from 255 or 27.33% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 221 - color contains mainly: blue. Hex color #CFA1DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA1DD is #305E22. Grayscale: #B5B5B5. Windows color (decimal): -3169827 or 14524879. OLE color: 14524879.

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

Color convert

RGB207161221-
CMYK0.060.2700.13
HSL286º46.87%74.9%-
HSV(B)286º27.15%86.67%-
XYZ51.5343.9874.18-
YUV181.59150.24146.12-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.14%
GREEN value IS 161 (63.28% from 255) = 27.33%
BLUE value IS 221 (86.72% from 255) = 37.52%
R=35.14%
G=27.33%
B=37.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071612210.060.2700.1328646.8774.9
HexCFA1DD61B0D11e2f4b
Octal31724133563301543657113
Binary11001111101000011101110111011011011011000111101011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA1DD; }

 p { color: rgb(207,161,221); }

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

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

 a { background-color: rgb(207,161,221); }

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

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

 span { border-color: rgb(207,161,221); }

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