#CF96F0

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

Shades of Wisteria #CF96F0

Tints of Wisteria #CF96F0

Color information

#CF96F0 (or 0xCF96F0) is unknown color: approx Wisteria. HEX triplet: CF, 96 and F0. RGB value is (207,150,240). Sum of RGB (Red+Green+Blue) = 207+150+240=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 150 (58.98% from 255 or 25.13% from 597); Blue value is 240 (94.14% from 255 or 40.20% from 597); Max value from RGB is 240 - color contains mainly: blue. Hex color #CF96F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF96F0 is #30690F. Grayscale: #B1B1B1. Windows color (decimal): -3172624 or 15767247. OLE color: 15767247.

HSL color Cylindrical-coordinate representation of color #CF96F0: hue angle of 278º degrees, saturation: 0.75, 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 #CF96F0 is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB207150240-
CMYK0.140.3700.06
HSL278º75%76.47%-
HSV(B)278º37.5%94.12%-
XYZ52.3741.3787.66-
YUV177.3163.38149.18-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.67%
GREEN value IS 150 (58.98% from 255) = 25.13%
BLUE value IS 240 (94.14% from 255) = 40.20%
R=34.67%
G=25.13%
B=40.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2071502400.140.3700.062787576.47
HexCF96F0E25061164b4c
Octal317226360164506426113114
Binary1100111110010110111100001110100101011010001011010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF96F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF96F0; }

 p { color: rgb(207,150,240); }

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

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

 a { background-color: rgb(207,150,240); }

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

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

 span { border-color: rgb(207,150,240); }

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