#CFA3E8

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

Shades of Wisteria #CFA3E8

Tints of Wisteria #CFA3E8

Color information

#CFA3E8 (or 0xCFA3E8) is unknown color: approx Wisteria. HEX triplet: CF, A3 and E8. RGB value is (207,163,232). Sum of RGB (Red+Green+Blue) = 207+163+232=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 163 (64.06% from 255 or 27.08% from 602); Blue value is 232 (91.02% from 255 or 38.54% from 602); Max value from RGB is 232 - color contains mainly: blue. Hex color #CFA3E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA3E8 is #305C17. Grayscale: #B7B7B7. Windows color (decimal): -3169304 or 15246287. OLE color: 15246287.

HSL color Cylindrical-coordinate representation of color #CFA3E8: hue angle of 278.26º degrees, saturation: 0.6, 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 #CFA3E8 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB207163232-
CMYK0.110.3000.09
HSL278.26º60%77.45%-
HSV(B)278.26º29.74%90.98%-
XYZ53.3945.2982.27-
YUV184.02155.08144.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.39%
GREEN value IS 163 (64.06% from 255) = 27.08%
BLUE value IS 232 (91.02% from 255) = 38.54%
R=34.39%
G=27.08%
B=38.54%

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
Decimal2071632320.110.3000.09278.266077.45
HexCFA3E8B1E091163c4d
Octal317243350133601142674115
Binary110011111010001111101000101111110010011000101101111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA3E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA3E8; }

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

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

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

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

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

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

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

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