#CFA2D6

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

Shades of Wisteria #CFA2D6

Tints of Wisteria #CFA2D6

Color information

#CFA2D6 (or 0xCFA2D6) is unknown color: approx Wisteria. HEX triplet: CF, A2 and D6. RGB value is (207,162,214). Sum of RGB (Red+Green+Blue) = 207+162+214=583 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.51% from 583); Green value is 162 (63.67% from 255 or 27.79% from 583); Blue value is 214 (83.98% from 255 or 36.71% from 583); Max value from RGB is 214 - color contains mainly: blue. Hex color #CFA2D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA2D6 is #305D29. Grayscale: #B5B5B5. Windows color (decimal): -3169578 or 14066383. OLE color: 14066383.

HSL color Cylindrical-coordinate representation of color #CFA2D6: hue angle of 291.92º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFA2D6 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB207162214-
CMYK0.030.2400.16
HSL291.92º38.81%73.73%-
HSV(B)291.92º24.3%83.92%-
XYZ50.7943.9669.43-
YUV181.38146.41146.27-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.51%
GREEN value IS 162 (63.67% from 255) = 27.79%
BLUE value IS 214 (83.98% from 255) = 36.71%
R=35.51%
G=27.79%
B=36.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2071622140.030.2400.16291.9238.8173.73
HexCFA2D6318010124274a
Octal31724232633002044447112
Binary11001111101000101101011011110000100001001001001001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA2D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA2D6; }

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

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

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

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

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

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

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

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