#CF8DE7

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

Shades of Wisteria #CF8DE7

Tints of Wisteria #CF8DE7

Color information

#CF8DE7 (or 0xCF8DE7) is unknown color: approx Wisteria. HEX triplet: CF, 8D and E7. RGB value is (207,141,231). Sum of RGB (Red+Green+Blue) = 207+141+231=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 141 (55.47% from 255 or 24.35% from 579); Blue value is 231 (90.62% from 255 or 39.90% from 579); Max value from RGB is 231 - color contains mainly: blue. Hex color #CF8DE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF8DE7 is #307218. Grayscale: #AAAAAA. Windows color (decimal): -3174937 or 15175119. OLE color: 15175119.

HSL color Cylindrical-coordinate representation of color #CF8DE7: hue angle of 284º degrees, saturation: 0.65, 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 #CF8DE7 is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB207141231-
CMYK0.100.3900.09
HSL284º65.22%72.94%-
HSV(B)284º38.96%90.59%-
XYZ49.6838.0880.33-
YUV170.99161.87153.68-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.75%
GREEN value IS 141 (55.47% from 255) = 24.35%
BLUE value IS 231 (90.62% from 255) = 39.90%
R=35.75%
G=24.35%
B=39.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2071412310.100.3900.0928465.2272.94
HexCF8DE7A270911c4149
Octal3172153471247011434101111
Binary11001111100011011110011110101001110100110001110010000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8DE7; }

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

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

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

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

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

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

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

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