#CF94EF

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

Shades of Wisteria #CF94EF

Tints of Wisteria #CF94EF

Color information

#CF94EF (or 0xCF94EF) is unknown color: approx Wisteria. HEX triplet: CF, 94 and EF. RGB value is (207,148,239). Sum of RGB (Red+Green+Blue) = 207+148+239=594 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.85% from 594); Green value is 148 (58.20% from 255 or 24.92% from 594); Blue value is 239 (93.75% from 255 or 40.24% from 594); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF94EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF94EF is #306B10. Grayscale: #AFAFAF. Windows color (decimal): -3173137 or 15701199. OLE color: 15701199.

HSL color Cylindrical-coordinate representation of color #CF94EF: hue angle of 278.9º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF94EF is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB207148239-
CMYK0.130.3800.06
HSL278.9º73.98%75.88%-
HSV(B)278.9º38.08%93.73%-
XYZ51.940.6886.78-
YUV176.02163.55150.1-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.85%
GREEN value IS 148 (58.20% from 255) = 24.92%
BLUE value IS 239 (93.75% from 255) = 40.24%
R=34.85%
G=24.92%
B=40.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2071482390.130.3800.06278.973.9875.88
HexCF94EFD26061174a4c
Octal317224357154606427112114
Binary1100111110010100111011111101100110011010001011110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF94EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF94EF; }

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

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

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

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

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

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

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

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