#CFA8DD

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

Shades of Wisteria #CFA8DD

Tints of Wisteria #CFA8DD

Color information

#CFA8DD (or 0xCFA8DD) is unknown color: approx Wisteria. HEX triplet: CF, A8 and DD. RGB value is (207,168,221). Sum of RGB (Red+Green+Blue) = 207+168+221=596 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.73% from 596); Green value is 168 (66.02% from 255 or 28.19% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 221 - color contains mainly: blue. Hex color #CFA8DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA8DD is #305722. Grayscale: #B9B9B9. Windows color (decimal): -3168035 or 14526671. OLE color: 14526671.

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

Color convert

RGB207168221-
CMYK0.060.2400.13
HSL284.15º43.8%76.27%-
HSV(B)284.15º23.98%86.67%-
XYZ52.7946.4974.6-
YUV185.7147.92143.19-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.73%
GREEN value IS 168 (66.02% from 255) = 28.19%
BLUE value IS 221 (86.72% from 255) = 37.08%
R=34.73%
G=28.19%
B=37.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071682210.060.2400.13284.1543.876.27
HexCFA8DD6180D11c2c4c
Octal31725033563001543454114
Binary11001111101010001101110111011000011011000111001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA8DD; }

 p { color: rgb(207,168,221); }

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

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

 a { background-color: rgb(207,168,221); }

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

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

 span { border-color: rgb(207,168,221); }

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