#CFA1DB

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

Shades of Wisteria #CFA1DB

Tints of Wisteria #CFA1DB

Color information

#CFA1DB (or 0xCFA1DB) is unknown color: approx Wisteria. HEX triplet: CF, A1 and DB. RGB value is (207,161,219). Sum of RGB (Red+Green+Blue) = 207+161+219=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 161 (63.28% from 255 or 27.43% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: blue. Hex color #CFA1DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA1DB is #305E24. Grayscale: #B5B5B5. Windows color (decimal): -3169829 or 14393807. OLE color: 14393807.

HSL color Cylindrical-coordinate representation of color #CFA1DB: hue angle of 287.59º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFA1DB is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB207161219-
CMYK0.050.2600.14
HSL287.59º44.62%74.51%-
HSV(B)287.59º26.48%85.88%-
XYZ51.2643.8772.78-
YUV181.37149.24146.28-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.26%
GREEN value IS 161 (63.28% from 255) = 27.43%
BLUE value IS 219 (85.94% from 255) = 37.31%
R=35.26%
G=27.43%
B=37.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2071612190.050.2600.14287.5944.6274.51
HexCFA1DB51A0E1202d4b
Octal31724133353201644055113
Binary11001111101000011101101110111010011101001000001011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA1DB; }

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

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

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

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

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

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

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

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