#CFA4F0

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

Shades of Wisteria #CFA4F0

Tints of Wisteria #CFA4F0

Color information

#CFA4F0 (or 0xCFA4F0) is unknown color: approx Wisteria. HEX triplet: CF, A4 and F0. RGB value is (207,164,240). Sum of RGB (Red+Green+Blue) = 207+164+240=611 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.88% from 611); Green value is 164 (64.45% from 255 or 26.84% from 611); Blue value is 240 (94.14% from 255 or 39.28% from 611); Max value from RGB is 240 - color contains mainly: blue. Hex color #CFA4F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA4F0 is #305B0F. Grayscale: #B9B9B9. Windows color (decimal): -3169040 or 15770831. OLE color: 15770831.

HSL color Cylindrical-coordinate representation of color #CFA4F0: hue angle of 273.95º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFA4F0 is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB207164240-
CMYK0.140.3200.06
HSL273.95º71.7%79.22%-
HSV(B)273.95º31.67%94.12%-
XYZ54.7446.1188.45-
YUV185.52158.75143.32-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.88%
GREEN value IS 164 (64.45% from 255) = 26.84%
BLUE value IS 240 (94.14% from 255) = 39.28%
R=33.88%
G=26.84%
B=39.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2071642400.140.3200.06273.9571.779.22
HexCFA4F0E2006112484f
Octal317244360164006422110117
Binary1100111110100100111100001110100000011010001001010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA4F0; }

 p { color: rgb(207,164,240); }

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

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

 a { background-color: rgb(207,164,240); }

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

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

 span { border-color: rgb(207,164,240); }

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