#CF96EE

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

Shades of Wisteria #CF96EE

Tints of Wisteria #CF96EE

Color information

#CF96EE (or 0xCF96EE) is unknown color: approx Wisteria. HEX triplet: CF, 96 and EE. RGB value is (207,150,238). Sum of RGB (Red+Green+Blue) = 207+150+238=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 150 (58.98% from 255 or 25.21% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF96EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF96EE is #306911. Grayscale: #B0B0B0. Windows color (decimal): -3172626 or 15636175. OLE color: 15636175.

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

Color convert

RGB207150238-
CMYK0.130.3700.07
HSL278.86º72.13%76.08%-
HSV(B)278.86º36.97%93.33%-
XYZ52.0741.2586.11-
YUV177.08162.38149.34-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.79%
GREEN value IS 150 (58.98% from 255) = 25.21%
BLUE value IS 238 (93.36% from 255) = 40%
R=34.79%
G=25.21%
B=40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2071502380.130.3700.07278.8672.1376.08
HexCF96EED2507117484c
Octal317226356154507427110114
Binary1100111110010110111011101101100101011110001011110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF96EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF96EE; }

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

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

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

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

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

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

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

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