#CFA5EA

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

Shades of Wisteria #CFA5EA

Tints of Wisteria #CFA5EA

Color information

#CFA5EA (or 0xCFA5EA) is unknown color: approx Wisteria. HEX triplet: CF, A5 and EA. RGB value is (207,165,234). Sum of RGB (Red+Green+Blue) = 207+165+234=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 165 (64.84% from 255 or 27.23% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #CFA5EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA5EA is #305A15. Grayscale: #B9B9B9. Windows color (decimal): -3168790 or 15377871. OLE color: 15377871.

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

Color convert

RGB207165234-
CMYK0.120.2900.08
HSL276.52º62.16%78.24%-
HSV(B)276.52º29.49%91.76%-
XYZ54.0446.1283.9-
YUV185.42155.41143.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.16%
GREEN value IS 165 (64.84% from 255) = 27.23%
BLUE value IS 234 (91.80% from 255) = 38.61%
R=34.16%
G=27.23%
B=38.61%

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
Decimal2071652340.120.2900.08276.5262.1678.24
HexCFA5EAC1D081153e4e
Octal317245352143501042576116
Binary110011111010010111101010110011101010001000101011111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA5EA; }

 p { color: rgb(207,165,234); }

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

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

 a { background-color: rgb(207,165,234); }

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

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

 span { border-color: rgb(207,165,234); }

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