#CFA1DA

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

Shades of Wisteria #CFA1DA

Tints of Wisteria #CFA1DA

Color information

#CFA1DA (or 0xCFA1DA) is unknown color: approx Wisteria. HEX triplet: CF, A1 and DA. RGB value is (207,161,218). Sum of RGB (Red+Green+Blue) = 207+161+218=586 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.32% from 586); Green value is 161 (63.28% from 255 or 27.47% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 218 - color contains mainly: blue. Hex color #CFA1DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA1DA is #305E25. Grayscale: #B5B5B5. Windows color (decimal): -3169830 or 14328271. OLE color: 14328271.

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

Color convert

RGB207161218-
CMYK0.050.2600.15
HSL288.42º43.51%74.31%-
HSV(B)288.42º26.15%85.49%-
XYZ51.1343.8272.09-
YUV181.25148.74146.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.32%
GREEN value IS 161 (63.28% from 255) = 27.47%
BLUE value IS 218 (85.55% from 255) = 37.20%
R=35.32%
G=27.47%
B=37.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2071612180.050.2600.15288.4243.5174.31
HexCFA1DA51A0F1202c4a
Octal31724133253201744054112
Binary11001111101000011101101010111010011111001000001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA1DA; }

 p { color: rgb(207,161,218); }

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

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

 a { background-color: rgb(207,161,218); }

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

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

 span { border-color: rgb(207,161,218); }

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