#CFA2EC

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

Shades of Wisteria #CFA2EC

Tints of Wisteria #CFA2EC

Color information

#CFA2EC (or 0xCFA2EC) is unknown color: approx Wisteria. HEX triplet: CF, A2 and EC. RGB value is (207,162,236). Sum of RGB (Red+Green+Blue) = 207+162+236=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 162 (63.67% from 255 or 26.78% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 236 - color contains mainly: blue. Hex color #CFA2EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA2EC is #305D13. Grayscale: #B7B7B7. Windows color (decimal): -3169556 or 15508175. OLE color: 15508175.

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

Color convert

RGB207162236-
CMYK0.120.3100.07
HSL276.49º66.07%78.04%-
HSV(B)276.49º31.36%92.55%-
XYZ53.7945.1685.24-
YUV183.89157.41144.48-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.21%
GREEN value IS 162 (63.67% from 255) = 26.78%
BLUE value IS 236 (92.58% from 255) = 39.01%
R=34.21%
G=26.78%
B=39.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2071622360.120.3100.07276.4966.0778.04
HexCFA2ECC1F07114424e
Octal317242354143707424102116
Binary110011111010001011101100110011111011110001010010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA2EC; }

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

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

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

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

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

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

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

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