#CF9ED8

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

Shades of Wisteria #CF9ED8

Tints of Wisteria #CF9ED8

Color information

#CF9ED8 (or 0xCF9ED8) is unknown color: approx Wisteria. HEX triplet: CF, 9E and D8. RGB value is (207,158,216). Sum of RGB (Red+Green+Blue) = 207+158+216=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 158 (62.11% from 255 or 27.19% from 581); Blue value is 216 (84.77% from 255 or 37.18% from 581); Max value from RGB is 216 - color contains mainly: blue. Hex color #CF9ED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9ED8 is #306127. Grayscale: #B3B3B3. Windows color (decimal): -3170600 or 14196431. OLE color: 14196431.

HSL color Cylindrical-coordinate representation of color #CF9ED8: hue angle of 290.69º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CF9ED8 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB207158216-
CMYK0.040.2700.15
HSL290.69º42.65%73.33%-
HSV(B)290.69º26.85%84.71%-
XYZ50.3542.6870.55-
YUV179.26148.73147.78-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.63%
GREEN value IS 158 (62.11% from 255) = 27.19%
BLUE value IS 216 (84.77% from 255) = 37.18%
R=35.63%
G=27.19%
B=37.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2071582160.040.2700.15290.6942.6573.33
HexCF9ED841B0F1232b49
Octal31723633043301744353111
Binary11001111100111101101100010011011011111001000111010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9ED8; }

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

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

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

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

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

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

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

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