#CFA7DC

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

Shades of Wisteria #CFA7DC

Tints of Wisteria #CFA7DC

Color information

#CFA7DC (or 0xCFA7DC) is unknown color: approx Wisteria. HEX triplet: CF, A7 and DC. RGB value is (207,167,220). Sum of RGB (Red+Green+Blue) = 207+167+220=594 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.85% from 594); Green value is 167 (65.62% from 255 or 28.11% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 220 - color contains mainly: blue. Hex color #CFA7DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA7DC is #305823. Grayscale: #B8B8B8. Windows color (decimal): -3168292 or 14460879. OLE color: 14460879.

HSL color Cylindrical-coordinate representation of color #CFA7DC: hue angle of 285.28º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFA7DC is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB207167220-
CMYK0.060.2400.14
HSL285.28º43.09%75.88%-
HSV(B)285.28º24.09%86.27%-
XYZ52.4746.0773.84-
YUV185147.75143.69-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.85%
GREEN value IS 167 (65.62% from 255) = 28.11%
BLUE value IS 220 (86.33% from 255) = 37.04%
R=34.85%
G=28.11%
B=37.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2071672200.060.2400.14285.2843.0975.88
HexCFA7DC6180E11d2b4c
Octal31724733463001643553114
Binary11001111101001111101110011011000011101000111011010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA7DC; }

 p { color: rgb(207,167,220); }

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

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

 a { background-color: rgb(207,167,220); }

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

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

 span { border-color: rgb(207,167,220); }

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