#CFA8D6

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

Shades of Wisteria #CFA8D6

Tints of Wisteria #CFA8D6

Color information

#CFA8D6 (or 0xCFA8D6) is unknown color: approx Wisteria. HEX triplet: CF, A8 and D6. RGB value is (207,168,214). Sum of RGB (Red+Green+Blue) = 207+168+214=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 168 (66.02% from 255 or 28.52% from 589); Blue value is 214 (83.98% from 255 or 36.33% from 589); Max value from RGB is 214 - color contains mainly: blue. Hex color #CFA8D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA8D6 is #305729. Grayscale: #B8B8B8. Windows color (decimal): -3168042 or 14067919. OLE color: 14067919.

HSL color Cylindrical-coordinate representation of color #CFA8D6: hue angle of 290.87º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFA8D6 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB207168214-
CMYK0.030.2100.16
HSL290.87º35.94%74.9%-
HSV(B)290.87º21.5%83.92%-
XYZ51.8746.1369.79-
YUV184.91144.42143.76-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.14%
GREEN value IS 168 (66.02% from 255) = 28.52%
BLUE value IS 214 (83.98% from 255) = 36.33%
R=35.14%
G=28.52%
B=36.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2071682140.030.2100.16290.8735.9474.9
HexCFA8D6315010123244b
Octal31725032632502044344113
Binary11001111101010001101011011101010100001001000111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA8D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA8D6; }

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

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

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

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

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

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

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

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