#CFA6DD

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

Shades of Wisteria #CFA6DD

Tints of Wisteria #CFA6DD

Color information

#CFA6DD (or 0xCFA6DD) is unknown color: approx Wisteria. HEX triplet: CF, A6 and DD. RGB value is (207,166,221). Sum of RGB (Red+Green+Blue) = 207+166+221=594 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.85% from 594); Green value is 166 (65.23% from 255 or 27.95% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 221 - color contains mainly: blue. Hex color #CFA6DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA6DD is #305922. Grayscale: #B8B8B8. Windows color (decimal): -3168547 or 14526159. OLE color: 14526159.

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

Color convert

RGB207166221-
CMYK0.060.2500.13
HSL284.73º44.72%75.88%-
HSV(B)284.73º24.89%86.67%-
XYZ52.4245.7674.48-
YUV184.53148.58144.03-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.85%
GREEN value IS 166 (65.23% from 255) = 27.95%
BLUE value IS 221 (86.72% from 255) = 37.21%
R=34.85%
G=27.95%
B=37.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071662210.060.2500.13284.7344.7275.88
HexCFA6DD6190D11d2d4c
Octal31724633563101543555114
Binary11001111101001101101110111011001011011000111011011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA6DD; }

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

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

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

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

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

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

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

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