#CFA2E9

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

Shades of Wisteria #CFA2E9

Tints of Wisteria #CFA2E9

Color information

#CFA2E9 (or 0xCFA2E9) is unknown color: approx Wisteria. HEX triplet: CF, A2 and E9. RGB value is (207,162,233). Sum of RGB (Red+Green+Blue) = 207+162+233=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 162 (63.67% from 255 or 26.91% from 602); Blue value is 233 (91.41% from 255 or 38.70% from 602); Max value from RGB is 233 - color contains mainly: blue. Hex color #CFA2E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA2E9 is #305D16. Grayscale: #B7B7B7. Windows color (decimal): -3169559 or 15311567. OLE color: 15311567.

HSL color Cylindrical-coordinate representation of color #CFA2E9: hue angle of 278.03º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFA2E9 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB207162233-
CMYK0.110.3000.09
HSL278.03º61.74%77.45%-
HSV(B)278.03º30.47%91.37%-
XYZ53.3644.9982.96-
YUV183.55155.91144.73-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.39%
GREEN value IS 162 (63.67% from 255) = 26.91%
BLUE value IS 233 (91.41% from 255) = 38.70%
R=34.39%
G=26.91%
B=38.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2071622330.110.3000.09278.0361.7477.45
HexCFA2E9B1E091163e4d
Octal317242351133601142676115
Binary110011111010001011101001101111110010011000101101111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA2E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA2E9; }

 p { color: rgb(207,162,233); }

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

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

 a { background-color: rgb(207,162,233); }

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

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

 span { border-color: rgb(207,162,233); }

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