#CFA0ED

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

Shades of Wisteria #CFA0ED

Tints of Wisteria #CFA0ED

Color information

#CFA0ED (or 0xCFA0ED) is unknown color: approx Wisteria. HEX triplet: CF, A0 and ED. RGB value is (207,160,237). Sum of RGB (Red+Green+Blue) = 207+160+237=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 160 (62.89% from 255 or 26.49% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #CFA0ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA0ED is #305F12. Grayscale: #B6B6B6. Windows color (decimal): -3170067 or 15573199. OLE color: 15573199.

HSL color Cylindrical-coordinate representation of color #CFA0ED: hue angle of 276.62º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFA0ED is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB207160237-
CMYK0.130.3200.07
HSL276.62º68.14%77.84%-
HSV(B)276.62º32.49%92.94%-
XYZ53.5944.5285.89-
YUV182.83158.57145.24-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.27%
GREEN value IS 160 (62.89% from 255) = 26.49%
BLUE value IS 237 (92.97% from 255) = 39.24%
R=34.27%
G=26.49%
B=39.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2071602370.130.3200.07276.6268.1477.84
HexCFA0EDD2007115444e
Octal317240355154007425104116
Binary1100111110100000111011011101100000011110001010110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA0ED; }

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

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

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

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

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

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

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

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