#CF8DE9

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

Shades of Wisteria #CF8DE9

Tints of Wisteria #CF8DE9

Color information

#CF8DE9 (or 0xCF8DE9) is unknown color: approx Wisteria. HEX triplet: CF, 8D and E9. RGB value is (207,141,233). Sum of RGB (Red+Green+Blue) = 207+141+233=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 141 (55.47% from 255 or 24.27% from 581); Blue value is 233 (91.41% from 255 or 40.10% from 581); Max value from RGB is 233 - color contains mainly: blue. Hex color #CF8DE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF8DE9 is #307216. Grayscale: #AAAAAA. Windows color (decimal): -3174935 or 15306191. OLE color: 15306191.

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

Color convert

RGB207141233-
CMYK0.110.3900.09
HSL283.04º67.65%73.33%-
HSV(B)283.04º39.48%91.37%-
XYZ49.9638.281.83-
YUV171.22162.87153.52-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.63%
GREEN value IS 141 (55.47% from 255) = 24.27%
BLUE value IS 233 (91.41% from 255) = 40.10%
R=35.63%
G=24.27%
B=40.10%

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
Decimal2071412330.110.3900.09283.0467.6573.33
HexCF8DE9B270911b4449
Octal3172153511347011433104111
Binary11001111100011011110100110111001110100110001101110001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8DE9; }

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

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

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

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

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

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

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

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