#CF8DED

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

Shades of Wisteria #CF8DED

Tints of Wisteria #CF8DED

Color information

#CF8DED (or 0xCF8DED) is unknown color: approx Wisteria. HEX triplet: CF, 8D and ED. RGB value is (207,141,237). Sum of RGB (Red+Green+Blue) = 207+141+237=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 141 (55.47% from 255 or 24.10% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF8DED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF8DED is #307212. Grayscale: #ABABAB. Windows color (decimal): -3174931 or 15568335. OLE color: 15568335.

HSL color Cylindrical-coordinate representation of color #CF8DED: hue angle of 281.25º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF8DED is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB207141237-
CMYK0.130.4100.07
HSL281.25º72.73%74.12%-
HSV(B)281.25º40.51%92.94%-
XYZ50.5438.4384.87-
YUV171.68164.87153.19-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.38%
GREEN value IS 141 (55.47% from 255) = 24.10%
BLUE value IS 237 (92.97% from 255) = 40.51%
R=35.38%
G=24.10%
B=40.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2071412370.130.4100.07281.2572.7374.12
HexCF8DEDD2907119494a
Octal317215355155107431111112
Binary1100111110001101111011011101101001011110001100110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8DED; }

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

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

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

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

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

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

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

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