#CFA7EB

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

Shades of Wisteria #CFA7EB

Tints of Wisteria #CFA7EB

Color information

#CFA7EB (or 0xCFA7EB) is unknown color: approx Wisteria. HEX triplet: CF, A7 and EB. RGB value is (207,167,235). Sum of RGB (Red+Green+Blue) = 207+167+235=609 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.99% from 609); Green value is 167 (65.62% from 255 or 27.42% from 609); Blue value is 235 (92.19% from 255 or 38.59% from 609); Max value from RGB is 235 - color contains mainly: blue. Hex color #CFA7EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA7EB is #305814. Grayscale: #BABABA. Windows color (decimal): -3168277 or 15443919. OLE color: 15443919.

HSL color Cylindrical-coordinate representation of color #CFA7EB: hue angle of 275.29º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFA7EB is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB207167235-
CMYK0.120.2900.08
HSL275.29º62.96%78.82%-
HSV(B)275.29º28.94%92.16%-
XYZ54.5546.984.78-
YUV186.71155.25142.47-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.99%
GREEN value IS 167 (65.62% from 255) = 27.42%
BLUE value IS 235 (92.19% from 255) = 38.59%
R=33.99%
G=27.42%
B=38.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2071672350.120.2900.08275.2962.9678.82
HexCFA7EBC1D081133f4f
Octal317247353143501042377117
Binary110011111010011111101011110011101010001000100111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA7EB; }

 p { color: rgb(207,167,235); }

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

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

 a { background-color: rgb(207,167,235); }

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

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

 span { border-color: rgb(207,167,235); }

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