#CFA8ED

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

Shades of Wisteria #CFA8ED

Tints of Wisteria #CFA8ED

Color information

#CFA8ED (or 0xCFA8ED) is unknown color: approx Wisteria. HEX triplet: CF, A8 and ED. RGB value is (207,168,237). Sum of RGB (Red+Green+Blue) = 207+168+237=612 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.82% from 612); Green value is 168 (66.02% from 255 or 27.45% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 237 - color contains mainly: blue. Hex color #CFA8ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA8ED is #305712. Grayscale: #BBBBBB. Windows color (decimal): -3168019 or 15575247. OLE color: 15575247.

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

Color convert

RGB207168237-
CMYK0.130.2900.07
HSL273.91º65.71%79.41%-
HSV(B)273.91º29.11%92.94%-
XYZ55.0247.3986.37-
YUV187.53155.92141.89-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.82%
GREEN value IS 168 (66.02% from 255) = 27.45%
BLUE value IS 237 (92.97% from 255) = 38.73%
R=33.82%
G=27.45%
B=38.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2071682370.130.2900.07273.9165.7179.41
HexCFA8EDD1D07112424f
Octal317250355153507422102117
Binary110011111010100011101101110111101011110001001010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA8ED; }

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

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

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

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

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

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

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

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