#CFA8D7

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

Shades of Wisteria #CFA8D7

Tints of Wisteria #CFA8D7

Color information

#CFA8D7 (or 0xCFA8D7) is unknown color: approx Wisteria. HEX triplet: CF, A8 and D7. RGB value is (207,168,215). Sum of RGB (Red+Green+Blue) = 207+168+215=590 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.08% from 590); Green value is 168 (66.02% from 255 or 28.47% from 590); Blue value is 215 (84.38% from 255 or 36.44% from 590); Max value from RGB is 215 - color contains mainly: blue. Hex color #CFA8D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA8D7 is #305728. Grayscale: #B8B8B8. Windows color (decimal): -3168041 or 14133455. OLE color: 14133455.

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

Color convert

RGB207168215-
CMYK0.040.2200.16
HSL289.79º37.01%75.1%-
HSV(B)289.79º21.86%84.31%-
XYZ5246.1870.46-
YUV185.02144.92143.68-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.08%
GREEN value IS 168 (66.02% from 255) = 28.47%
BLUE value IS 215 (84.38% from 255) = 36.44%
R=35.08%
G=28.47%
B=36.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2071682150.040.2200.16289.7937.0175.1
HexCFA8D7416010122254b
Octal31725032742602044245113
Binary110011111010100011010111100101100100001001000101001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA8D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA8D7; }

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

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

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

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

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

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

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

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