#CFA0E0

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

Shades of Wisteria #CFA0E0

Tints of Wisteria #CFA0E0

Color information

#CFA0E0 (or 0xCFA0E0) is unknown color: approx Wisteria. HEX triplet: CF, A0 and E0. RGB value is (207,160,224). Sum of RGB (Red+Green+Blue) = 207+160+224=591 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.03% from 591); Green value is 160 (62.89% from 255 or 27.07% from 591); Blue value is 224 (87.89% from 255 or 37.90% from 591); Max value from RGB is 224 - color contains mainly: blue. Hex color #CFA0E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA0E0 is #305F1F. Grayscale: #B5B5B5. Windows color (decimal): -3170080 or 14721231. OLE color: 14721231.

HSL color Cylindrical-coordinate representation of color #CFA0E0: hue angle of 284.06º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFA0E0 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB207160224-
CMYK0.080.2900.12
HSL284.06º50.79%75.29%-
HSV(B)284.06º28.57%87.84%-
XYZ51.7643.7976.25-
YUV181.35152.07146.3-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.03%
GREEN value IS 160 (62.89% from 255) = 27.07%
BLUE value IS 224 (87.89% from 255) = 37.90%
R=35.03%
G=27.07%
B=37.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2071602240.080.2900.12284.0650.7975.29
HexCFA0E081D0C11c334b
Octal317240340103501443463113
Binary110011111010000011100000100011101011001000111001100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA0E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA0E0; }

 p { color: rgb(207,160,224); }

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

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

 a { background-color: rgb(207,160,224); }

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

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

 span { border-color: rgb(207,160,224); }

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