#CFA6DE

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

Shades of Wisteria #CFA6DE

Tints of Wisteria #CFA6DE

Color information

#CFA6DE (or 0xCFA6DE) is unknown color: approx Wisteria. HEX triplet: CF, A6 and DE. RGB value is (207,166,222). Sum of RGB (Red+Green+Blue) = 207+166+222=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 166 (65.23% from 255 or 27.90% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 222 - color contains mainly: blue. Hex color #CFA6DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA6DE is #305921. Grayscale: #B8B8B8. Windows color (decimal): -3168546 or 14591695. OLE color: 14591695.

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

Color convert

RGB207166222-
CMYK0.070.2500.13
HSL283.93º45.9%76.08%-
HSV(B)283.93º25.23%87.06%-
XYZ52.5545.8175.18-
YUV184.64149.08143.95-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.79%
GREEN value IS 166 (65.23% from 255) = 27.90%
BLUE value IS 222 (87.11% from 255) = 37.31%
R=34.79%
G=27.90%
B=37.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071662220.070.2500.13283.9345.976.08
HexCFA6DE7190D11c2e4c
Octal31724633673101543456114
Binary11001111101001101101111011111001011011000111001011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA6DE; }

 p { color: rgb(207,166,222); }

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

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

 a { background-color: rgb(207,166,222); }

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

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

 span { border-color: rgb(207,166,222); }

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