#CF94E9

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

Shades of Wisteria #CF94E9

Tints of Wisteria #CF94E9

Color information

#CF94E9 (or 0xCF94E9) is unknown color: approx Wisteria. HEX triplet: CF, 94 and E9. RGB value is (207,148,233). Sum of RGB (Red+Green+Blue) = 207+148+233=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 148 (58.20% from 255 or 25.17% from 588); Blue value is 233 (91.41% from 255 or 39.63% from 588); Max value from RGB is 233 - color contains mainly: blue. Hex color #CF94E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF94E9 is #306B16. Grayscale: #AFAFAF. Windows color (decimal): -3173143 or 15307983. OLE color: 15307983.

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

Color convert

RGB207148233-
CMYK0.110.3600.09
HSL281.65º65.89%74.71%-
HSV(B)281.65º36.48%91.37%-
XYZ51.0340.3382.19-
YUV175.33160.55150.59-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.20%
GREEN value IS 148 (58.20% from 255) = 25.17%
BLUE value IS 233 (91.41% from 255) = 39.63%
R=35.20%
G=25.17%
B=39.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2071482330.110.3600.09281.6565.8974.71
HexCF94E9B240911a424b
Octal3172243511344011432102113
Binary11001111100101001110100110111001000100110001101010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF94E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF94E9; }

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

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

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

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

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

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

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

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