#CF97EC

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

Shades of Wisteria #CF97EC

Tints of Wisteria #CF97EC

Color information

#CF97EC (or 0xCF97EC) is unknown color: approx Wisteria. HEX triplet: CF, 97 and EC. RGB value is (207,151,236). Sum of RGB (Red+Green+Blue) = 207+151+236=594 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.85% from 594); Green value is 151 (59.38% from 255 or 25.42% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF97EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF97EC is #306813. Grayscale: #B1B1B1. Windows color (decimal): -3172372 or 15505359. OLE color: 15505359.

HSL color Cylindrical-coordinate representation of color #CF97EC: hue angle of 279.53º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CF97EC is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB207151236-
CMYK0.120.3600.07
HSL279.53º69.11%75.88%-
HSV(B)279.53º36.02%92.55%-
XYZ51.9441.4584.62-
YUV177.43161.05149.09-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.85%
GREEN value IS 151 (59.38% from 255) = 25.42%
BLUE value IS 236 (92.58% from 255) = 39.73%
R=34.85%
G=25.42%
B=39.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2071512360.120.3600.07279.5369.1175.88
HexCF97ECC2407118454c
Octal317227354144407430105114
Binary1100111110010111111011001100100100011110001100010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF97EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF97EC; }

 p { color: rgb(207,151,236); }

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

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

 a { background-color: rgb(207,151,236); }

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

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

 span { border-color: rgb(207,151,236); }

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