#CFA6DC

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

Shades of Wisteria #CFA6DC

Tints of Wisteria #CFA6DC

Color information

#CFA6DC (or 0xCFA6DC) is unknown color: approx Wisteria. HEX triplet: CF, A6 and DC. RGB value is (207,166,220). Sum of RGB (Red+Green+Blue) = 207+166+220=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 166 (65.23% from 255 or 27.99% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 220 - color contains mainly: blue. Hex color #CFA6DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA6DC is #305923. Grayscale: #B8B8B8. Windows color (decimal): -3168548 or 14460623. OLE color: 14460623.

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

Color convert

RGB207166220-
CMYK0.060.2500.14
HSL285.56º43.55%75.69%-
HSV(B)285.56º24.55%86.27%-
XYZ52.2945.7173.78-
YUV184.42148.08144.11-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.91%
GREEN value IS 166 (65.23% from 255) = 27.99%
BLUE value IS 220 (86.33% from 255) = 37.10%
R=34.91%
G=27.99%
B=37.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2071662200.060.2500.14285.5643.5575.69
HexCFA6DC6190E11e2c4c
Octal31724633463101643654114
Binary11001111101001101101110011011001011101000111101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA6DC; }

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

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

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

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

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

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

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

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