#CF8DDF

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

Shades of Wisteria #CF8DDF

Tints of Wisteria #CF8DDF

Color information

#CF8DDF (or 0xCF8DDF) is unknown color: approx Wisteria. HEX triplet: CF, 8D and DF. RGB value is (207,141,223). Sum of RGB (Red+Green+Blue) = 207+141+223=571 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.25% from 571); Green value is 141 (55.47% from 255 or 24.69% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF8DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8DDF is #307220. Grayscale: #A9A9A9. Windows color (decimal): -3174945 or 14650831. OLE color: 14650831.

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

Color convert

RGB207141223-
CMYK0.070.3700.13
HSL288.29º56.16%71.37%-
HSV(B)288.29º36.77%87.45%-
XYZ48.5837.6474.52-
YUV170.08157.87154.33-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.25%
GREEN value IS 141 (55.47% from 255) = 24.69%
BLUE value IS 223 (87.5% from 255) = 39.05%
R=36.25%
G=24.69%
B=39.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071412230.070.3700.13288.2956.1671.37
HexCF8DDF7250D1203847
Octal31721533774501544070107
Binary110011111000110111011111111100101011011001000001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8DDF; }

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

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

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

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

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

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

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

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