#CF96EF

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

Shades of Wisteria #CF96EF

Tints of Wisteria #CF96EF

Color information

#CF96EF (or 0xCF96EF) is unknown color: approx Wisteria. HEX triplet: CF, 96 and EF. RGB value is (207,150,239). Sum of RGB (Red+Green+Blue) = 207+150+239=596 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.73% from 596); Green value is 150 (58.98% from 255 or 25.17% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF96EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF96EF is #306910. Grayscale: #B0B0B0. Windows color (decimal): -3172625 or 15701711. OLE color: 15701711.

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

Color convert

RGB207150239-
CMYK0.130.3700.06
HSL278.43º73.55%76.27%-
HSV(B)278.43º37.24%93.73%-
XYZ52.2241.3186.88-
YUV177.19162.88149.26-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.73%
GREEN value IS 150 (58.98% from 255) = 25.17%
BLUE value IS 239 (93.75% from 255) = 40.10%
R=34.73%
G=25.17%
B=40.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2071502390.130.3700.06278.4373.5576.27
HexCF96EFD25061164a4c
Octal317226357154506426112114
Binary1100111110010110111011111101100101011010001011010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF96EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF96EF; }

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

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

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

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

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

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

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

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