#CFA3EA

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

Shades of Wisteria #CFA3EA

Tints of Wisteria #CFA3EA

Color information

#CFA3EA (or 0xCFA3EA) is unknown color: approx Wisteria. HEX triplet: CF, A3 and EA. RGB value is (207,163,234). Sum of RGB (Red+Green+Blue) = 207+163+234=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 163 (64.06% from 255 or 26.99% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 234 - color contains mainly: blue. Hex color #CFA3EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA3EA is #305C15. Grayscale: #B8B8B8. Windows color (decimal): -3169302 or 15377359. OLE color: 15377359.

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

Color convert

RGB207163234-
CMYK0.120.3000.08
HSL277.18º62.83%77.84%-
HSV(B)277.18º30.34%91.76%-
XYZ53.6845.483.78-
YUV184.25156.08144.23-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.27%
GREEN value IS 163 (64.06% from 255) = 26.99%
BLUE value IS 234 (91.80% from 255) = 38.74%
R=34.27%
G=26.99%
B=38.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2071632340.120.3000.08277.1862.8377.84
HexCFA3EAC1E081153f4e
Octal317243352143601042577116
Binary110011111010001111101010110011110010001000101011111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA3EA; }

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

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

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

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

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

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

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

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