#CF9EEF

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

Shades of Wisteria #CF9EEF

Tints of Wisteria #CF9EEF

Color information

#CF9EEF (or 0xCF9EEF) is unknown color: approx Wisteria. HEX triplet: CF, 9E and EF. RGB value is (207,158,239). Sum of RGB (Red+Green+Blue) = 207+158+239=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 158 (62.11% from 255 or 26.16% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF9EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9EEF is #306110. Grayscale: #B5B5B5. Windows color (decimal): -3170577 or 15703759. OLE color: 15703759.

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

Color convert

RGB207158239-
CMYK0.130.3400.06
HSL276.3º71.68%77.84%-
HSV(B)276.3º33.89%93.73%-
XYZ53.5443.9587.32-
YUV181.89160.23145.91-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.27%
GREEN value IS 158 (62.11% from 255) = 26.16%
BLUE value IS 239 (93.75% from 255) = 39.57%
R=34.27%
G=26.16%
B=39.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2071582390.130.3400.06276.371.6877.84
HexCF9EEFD2206114484e
Octal317236357154206424110116
Binary1100111110011110111011111101100010011010001010010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9EEF; }

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

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

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

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

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

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

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

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