#CFA6EB

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

Shades of Wisteria #CFA6EB

Tints of Wisteria #CFA6EB

Color information

#CFA6EB (or 0xCFA6EB) is unknown color: approx Wisteria. HEX triplet: CF, A6 and EB. RGB value is (207,166,235). Sum of RGB (Red+Green+Blue) = 207+166+235=608 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.05% from 608); Green value is 166 (65.23% from 255 or 27.30% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 235 - color contains mainly: blue. Hex color #CFA6EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA6EB is #305914. Grayscale: #B9B9B9. Windows color (decimal): -3168533 or 15443663. OLE color: 15443663.

HSL color Cylindrical-coordinate representation of color #CFA6EB: hue angle of 275.65º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFA6EB is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB207166235-
CMYK0.120.2900.08
HSL275.65º63.3%78.63%-
HSV(B)275.65º29.36%92.16%-
XYZ54.3646.5484.71-
YUV186.12155.58142.89-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.05%
GREEN value IS 166 (65.23% from 255) = 27.30%
BLUE value IS 235 (92.19% from 255) = 38.65%
R=34.05%
G=27.30%
B=38.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2071662350.120.2900.08275.6563.378.63
HexCFA6EBC1D081143f4f
Octal317246353143501042477117
Binary110011111010011011101011110011101010001000101001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA6EB; }

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

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

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

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

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

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

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

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