#CF8FDE

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

Shades of Wisteria #CF8FDE

Tints of Wisteria #CF8FDE

Color information

#CF8FDE (or 0xCF8FDE) is unknown color: approx Wisteria. HEX triplet: CF, 8F and DE. RGB value is (207,143,222). Sum of RGB (Red+Green+Blue) = 207+143+222=572 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.19% from 572); Green value is 143 (56.25% from 255 or 25% from 572); Blue value is 222 (87.11% from 255 or 38.81% from 572); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF8FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8FDE is #307021. Grayscale: #AAAAAA. Windows color (decimal): -3174434 or 14585807. OLE color: 14585807.

HSL color Cylindrical-coordinate representation of color #CF8FDE: hue angle of 288.61º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CF8FDE is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB207143222-
CMYK0.070.3600.13
HSL288.61º54.48%71.57%-
HSV(B)288.61º35.59%87.06%-
XYZ48.7438.1873.91-
YUV171.14156.7153.58-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.19%
GREEN value IS 143 (56.25% from 255) = 25%
BLUE value IS 222 (87.11% from 255) = 38.81%
R=36.19%
G=25%
B=38.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071432220.070.3600.13288.6154.4871.57
HexCF8FDE7240D1213648
Octal31721733674401544166110
Binary110011111000111111011110111100100011011001000011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8FDE; }

 p { color: rgb(207,143,222); }

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

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

 a { background-color: rgb(207,143,222); }

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

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

 span { border-color: rgb(207,143,222); }

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