#CFA0DB

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

Shades of Wisteria #CFA0DB

Tints of Wisteria #CFA0DB

Color information

#CFA0DB (or 0xCFA0DB) is unknown color: approx Wisteria. HEX triplet: CF, A0 and DB. RGB value is (207,160,219). Sum of RGB (Red+Green+Blue) = 207+160+219=586 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.32% from 586); Green value is 160 (62.89% from 255 or 27.30% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #CFA0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA0DB is #305F24. Grayscale: #B4B4B4. Windows color (decimal): -3170085 or 14393551. OLE color: 14393551.

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

Color convert

RGB207160219-
CMYK0.050.2700.14
HSL287.8º45.04%74.31%-
HSV(B)287.8º26.94%85.88%-
XYZ51.0943.5272.73-
YUV180.78149.57146.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.32%
GREEN value IS 160 (62.89% from 255) = 27.30%
BLUE value IS 219 (85.94% from 255) = 37.37%
R=35.32%
G=27.30%
B=37.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2071602190.050.2700.14287.845.0474.31
HexCFA0DB51B0E1202d4a
Octal31724033353301644055112
Binary11001111101000001101101110111011011101001000001011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA0DB; }

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

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

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

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

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

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

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

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