#CFA0DA

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

Shades of Wisteria #CFA0DA

Tints of Wisteria #CFA0DA

Color information

#CFA0DA (or 0xCFA0DA) is unknown color: approx Wisteria. HEX triplet: CF, A0 and DA. RGB value is (207,160,218). Sum of RGB (Red+Green+Blue) = 207+160+218=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 160 (62.89% from 255 or 27.35% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 218 - color contains mainly: blue. Hex color #CFA0DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA0DA is #305F25. Grayscale: #B4B4B4. Windows color (decimal): -3170086 or 14328015. OLE color: 14328015.

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

Color convert

RGB207160218-
CMYK0.050.2700.15
HSL288.62º43.94%74.12%-
HSV(B)288.62º26.61%85.49%-
XYZ50.9643.4772.03-
YUV180.66149.07146.78-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.38%
GREEN value IS 160 (62.89% from 255) = 27.35%
BLUE value IS 218 (85.55% from 255) = 37.26%
R=35.38%
G=27.35%
B=37.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2071602180.050.2700.15288.6243.9474.12
HexCFA0DA51B0F1212c4a
Octal31724033253301744154112
Binary11001111101000001101101010111011011111001000011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA0DA; }

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

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

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

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

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

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

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

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