#CFA2DA

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

Shades of Wisteria #CFA2DA

Tints of Wisteria #CFA2DA

Color information

#CFA2DA (or 0xCFA2DA) is unknown color: approx Wisteria. HEX triplet: CF, A2 and DA. RGB value is (207,162,218). Sum of RGB (Red+Green+Blue) = 207+162+218=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 162 (63.67% from 255 or 27.60% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 218 - color contains mainly: blue. Hex color #CFA2DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA2DA is #305D25. Grayscale: #B5B5B5. Windows color (decimal): -3169574 or 14328527. OLE color: 14328527.

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

Color convert

RGB207162218-
CMYK0.050.2600.15
HSL288.21º43.08%74.51%-
HSV(B)288.21º25.69%85.49%-
XYZ51.3144.1772.15-
YUV181.84148.41145.95-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.26%
GREEN value IS 162 (63.67% from 255) = 27.60%
BLUE value IS 218 (85.55% from 255) = 37.14%
R=35.26%
G=27.60%
B=37.14%

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
Decimal2071622180.050.2600.15288.2143.0874.51
HexCFA2DA51A0F1202b4b
Octal31724233253201744053113
Binary11001111101000101101101010111010011111001000001010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA2DA; }

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

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

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

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

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

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

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

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