#CFA1EE

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

Shades of Wisteria #CFA1EE

Tints of Wisteria #CFA1EE

Color information

#CFA1EE (or 0xCFA1EE) is unknown color: approx Wisteria. HEX triplet: CF, A1 and EE. RGB value is (207,161,238). Sum of RGB (Red+Green+Blue) = 207+161+238=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 161 (63.28% from 255 or 26.57% from 606); Blue value is 238 (93.36% from 255 or 39.27% from 606); Max value from RGB is 238 - color contains mainly: blue. Hex color #CFA1EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA1EE is #305E11. Grayscale: #B7B7B7. Windows color (decimal): -3169810 or 15638991. OLE color: 15638991.

HSL color Cylindrical-coordinate representation of color #CFA1EE: hue angle of 275.84º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFA1EE is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB207161238-
CMYK0.130.3200.07
HSL275.84º69.37%78.24%-
HSV(B)275.84º32.35%93.33%-
XYZ53.9144.9386.72-
YUV183.53158.74144.74-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.16%
GREEN value IS 161 (63.28% from 255) = 26.57%
BLUE value IS 238 (93.36% from 255) = 39.27%
R=34.16%
G=26.57%
B=39.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2071612380.130.3200.07275.8469.3778.24
HexCFA1EED2007114454e
Octal317241356154007424105116
Binary1100111110100001111011101101100000011110001010010001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA1EE; }

 p { color: rgb(207,161,238); }

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

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

 a { background-color: rgb(207,161,238); }

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

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

 span { border-color: rgb(207,161,238); }

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