#CFA3EC

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

Shades of Wisteria #CFA3EC

Tints of Wisteria #CFA3EC

Color information

#CFA3EC (or 0xCFA3EC) is unknown color: approx Wisteria. HEX triplet: CF, A3 and EC. RGB value is (207,163,236). Sum of RGB (Red+Green+Blue) = 207+163+236=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 163 (64.06% from 255 or 26.90% from 606); Blue value is 236 (92.58% from 255 or 38.94% from 606); Max value from RGB is 236 - color contains mainly: blue. Hex color #CFA3EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA3EC is #305C13. Grayscale: #B8B8B8. Windows color (decimal): -3169300 or 15508431. OLE color: 15508431.

HSL color Cylindrical-coordinate representation of color #CFA3EC: hue angle of 276.16º 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 #CFA3EC is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB207163236-
CMYK0.120.3100.07
HSL276.16º65.77%78.24%-
HSV(B)276.16º30.93%92.55%-
XYZ53.9745.5285.3-
YUV184.48157.08144.06-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.16%
GREEN value IS 163 (64.06% from 255) = 26.90%
BLUE value IS 236 (92.58% from 255) = 38.94%
R=34.16%
G=26.90%
B=38.94%

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
Decimal2071632360.120.3100.07276.1665.7778.24
HexCFA3ECC1F07114424e
Octal317243354143707424102116
Binary110011111010001111101100110011111011110001010010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA3EC; }

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

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

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

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

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

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

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

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