#CFA6ED

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

Shades of Wisteria #CFA6ED

Tints of Wisteria #CFA6ED

Color information

#CFA6ED (or 0xCFA6ED) is unknown color: approx Wisteria. HEX triplet: CF, A6 and ED. RGB value is (207,166,237). Sum of RGB (Red+Green+Blue) = 207+166+237=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 166 (65.23% from 255 or 27.21% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 237 - color contains mainly: blue. Hex color #CFA6ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA6ED is #305912. Grayscale: #BABABA. Windows color (decimal): -3168531 or 15574735. OLE color: 15574735.

HSL color Cylindrical-coordinate representation of color #CFA6ED: hue angle of 274.65º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFA6ED is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB207166237-
CMYK0.130.3000.07
HSL274.65º66.36%79.02%-
HSV(B)274.65º29.96%92.94%-
XYZ54.6546.6586.24-
YUV186.35156.58142.73-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.93%
GREEN value IS 166 (65.23% from 255) = 27.21%
BLUE value IS 237 (92.97% from 255) = 38.85%
R=33.93%
G=27.21%
B=38.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2071662370.130.3000.07274.6566.3679.02
HexCFA6EDD1E07113424f
Octal317246355153607423102117
Binary110011111010011011101101110111110011110001001110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA6ED; }

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

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

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

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

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

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

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

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