#CFA5DA

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

Shades of Wisteria #CFA5DA

Tints of Wisteria #CFA5DA

Color information

#CFA5DA (or 0xCFA5DA) is unknown color: approx Wisteria. HEX triplet: CF, A5 and DA. RGB value is (207,165,218). Sum of RGB (Red+Green+Blue) = 207+165+218=590 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.08% from 590); Green value is 165 (64.84% from 255 or 27.97% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 218 - color contains mainly: blue. Hex color #CFA5DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA5DA is #305A25. Grayscale: #B7B7B7. Windows color (decimal): -3168806 or 14329295. OLE color: 14329295.

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

Color convert

RGB207165218-
CMYK0.050.2400.15
HSL287.55º41.73%75.1%-
HSV(B)287.55º24.31%85.49%-
XYZ51.8445.2472.33-
YUV183.6147.41144.69-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.08%
GREEN value IS 165 (64.84% from 255) = 27.97%
BLUE value IS 218 (85.55% from 255) = 36.95%
R=35.08%
G=27.97%
B=36.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2071652180.050.2400.15287.5541.7375.1
HexCFA5DA5180F1202a4b
Octal31724533253001744052113
Binary11001111101001011101101010111000011111001000001010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA5DA; }

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

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

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

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

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

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

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

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