#CFA5E9

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

Shades of Wisteria #CFA5E9

Tints of Wisteria #CFA5E9

Color information

#CFA5E9 (or 0xCFA5E9) is unknown color: approx Wisteria. HEX triplet: CF, A5 and E9. RGB value is (207,165,233). Sum of RGB (Red+Green+Blue) = 207+165+233=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 165 (64.84% from 255 or 27.27% from 605); Blue value is 233 (91.41% from 255 or 38.51% from 605); Max value from RGB is 233 - color contains mainly: blue. Hex color #CFA5E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA5E9 is #305A16. Grayscale: #B9B9B9. Windows color (decimal): -3168791 or 15312335. OLE color: 15312335.

HSL color Cylindrical-coordinate representation of color #CFA5E9: hue angle of 277.06º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFA5E9 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB207165233-
CMYK0.110.2900.09
HSL277.06º60.71%78.04%-
HSV(B)277.06º29.18%91.37%-
XYZ53.946.0683.14-
YUV185.31154.91143.47-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.21%
GREEN value IS 165 (64.84% from 255) = 27.27%
BLUE value IS 233 (91.41% from 255) = 38.51%
R=34.21%
G=27.27%
B=38.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2071652330.110.2900.09277.0660.7178.04
HexCFA5E9B1D091153d4e
Octal317245351133501142575116
Binary110011111010010111101001101111101010011000101011111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA5E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA5E9; }

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

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

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

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

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

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

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

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