#CF8EE9

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

Shades of Wisteria #CF8EE9

Tints of Wisteria #CF8EE9

Color information

#CF8EE9 (or 0xCF8EE9) is unknown color: approx Wisteria. HEX triplet: CF, 8E and E9. RGB value is (207,142,233). Sum of RGB (Red+Green+Blue) = 207+142+233=582 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.57% from 582); Green value is 142 (55.86% from 255 or 24.40% from 582); Blue value is 233 (91.41% from 255 or 40.03% from 582); Max value from RGB is 233 - color contains mainly: blue. Hex color #CF8EE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF8EE9 is #307116. Grayscale: #ABABAB. Windows color (decimal): -3174679 or 15306447. OLE color: 15306447.

HSL color Cylindrical-coordinate representation of color #CF8EE9: hue angle of 282.86º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CF8EE9 is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB207142233-
CMYK0.110.3900.09
HSL282.86º67.41%73.53%-
HSV(B)282.86º39.06%91.37%-
XYZ50.1138.4981.88-
YUV171.81162.53153.1-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.57%
GREEN value IS 142 (55.86% from 255) = 24.40%
BLUE value IS 233 (91.41% from 255) = 40.03%
R=35.57%
G=24.40%
B=40.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2071422330.110.3900.09282.8667.4173.53
HexCF8EE9B270911b434a
Octal3172163511347011433103112
Binary11001111100011101110100110111001110100110001101110000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8EE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8EE9; }

 p { color: rgb(207,142,233); }

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

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

 a { background-color: rgb(207,142,233); }

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

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

 span { border-color: rgb(207,142,233); }

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