#CFA3D9

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

Shades of Wisteria #CFA3D9

Tints of Wisteria #CFA3D9

Color information

#CFA3D9 (or 0xCFA3D9) is unknown color: approx Wisteria. HEX triplet: CF, A3 and D9. RGB value is (207,163,217). Sum of RGB (Red+Green+Blue) = 207+163+217=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 163 (64.06% from 255 or 27.77% from 587); Blue value is 217 (85.16% from 255 or 36.97% from 587); Max value from RGB is 217 - color contains mainly: blue. Hex color #CFA3D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA3D9 is #305C26. Grayscale: #B6B6B6. Windows color (decimal): -3169319 or 14263247. OLE color: 14263247.

HSL color Cylindrical-coordinate representation of color #CFA3D9: hue angle of 288.89º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFA3D9 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB207163217-
CMYK0.050.2500.15
HSL288.89º41.54%74.51%-
HSV(B)288.89º24.88%85.1%-
XYZ51.3544.4771.52-
YUV182.31147.58145.61-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.26%
GREEN value IS 163 (64.06% from 255) = 27.77%
BLUE value IS 217 (85.16% from 255) = 36.97%
R=35.26%
G=27.77%
B=36.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2071632170.050.2500.15288.8941.5474.51
HexCFA3D95190F1212a4b
Octal31724333153101744152113
Binary11001111101000111101100110111001011111001000011010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA3D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA3D9; }

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

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

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

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

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

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

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

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