#CFA2D9

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

Shades of Wisteria #CFA2D9

Tints of Wisteria #CFA2D9

Color information

#CFA2D9 (or 0xCFA2D9) is unknown color: approx Wisteria. HEX triplet: CF, A2 and D9. RGB value is (207,162,217). Sum of RGB (Red+Green+Blue) = 207+162+217=586 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.32% from 586); Green value is 162 (63.67% from 255 or 27.65% from 586); Blue value is 217 (85.16% from 255 or 37.03% from 586); Max value from RGB is 217 - color contains mainly: blue. Hex color #CFA2D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA2D9 is #305D26. Grayscale: #B5B5B5. Windows color (decimal): -3169575 or 14262991. OLE color: 14262991.

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

Color convert

RGB207162217-
CMYK0.050.2500.15
HSL289.09º41.98%74.31%-
HSV(B)289.09º25.35%85.1%-
XYZ51.1844.1271.46-
YUV181.72147.91146.03-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.32%
GREEN value IS 162 (63.67% from 255) = 27.65%
BLUE value IS 217 (85.16% from 255) = 37.03%
R=35.32%
G=27.65%
B=37.03%

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
Decimal2071622170.050.2500.15289.0941.9874.31
HexCFA2D95190F1212a4a
Octal31724233153101744152112
Binary11001111101000101101100110111001011111001000011010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA2D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA2D9; }

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

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

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

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

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

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

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

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