#CFA5DF

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

Shades of Wisteria #CFA5DF

Tints of Wisteria #CFA5DF

Color information

#CFA5DF (or 0xCFA5DF) is unknown color: approx Wisteria. HEX triplet: CF, A5 and DF. RGB value is (207,165,223). Sum of RGB (Red+Green+Blue) = 207+165+223=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 165 (64.84% from 255 or 27.73% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 223 - color contains mainly: blue. Hex color #CFA5DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA5DF is #305A20. Grayscale: #B7B7B7. Windows color (decimal): -3168801 or 14656975. OLE color: 14656975.

HSL color Cylindrical-coordinate representation of color #CFA5DF: hue angle of 283.45º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFA5DF is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB207165223-
CMYK0.070.2600.13
HSL283.45º47.54%76.08%-
HSV(B)283.45º26.01%87.45%-
XYZ52.5145.575.83-
YUV184.17149.91144.28-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.79%
GREEN value IS 165 (64.84% from 255) = 27.73%
BLUE value IS 223 (87.5% from 255) = 37.48%
R=34.79%
G=27.73%
B=37.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071652230.070.2600.13283.4547.5476.08
HexCFA5DF71A0D11b304c
Octal31724533773201543360114
Binary11001111101001011101111111111010011011000110111100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA5DF; }

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

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

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

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

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

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

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

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