#CF8DF1

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

Shades of Wisteria #CF8DF1

Tints of Wisteria #CF8DF1

Color information

#CF8DF1 (or 0xCF8DF1) is unknown color: approx Wisteria. HEX triplet: CF, 8D and F1. RGB value is (207,141,241). Sum of RGB (Red+Green+Blue) = 207+141+241=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 141 (55.47% from 255 or 23.94% from 589); Blue value is 241 (94.53% from 255 or 40.92% from 589); Max value from RGB is 241 - color contains mainly: blue. Hex color #CF8DF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF8DF1 is #30720E. Grayscale: #ABABAB. Windows color (decimal): -3174927 or 15830479. OLE color: 15830479.

HSL color Cylindrical-coordinate representation of color #CF8DF1: hue angle of 279.6º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF8DF1 is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB207141241-
CMYK0.140.4100.05
HSL279.6º78.12%74.9%-
HSV(B)279.6º41.49%94.51%-
XYZ51.1338.6787.99-
YUV172.13166.87152.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.14%
GREEN value IS 141 (55.47% from 255) = 23.94%
BLUE value IS 241 (94.53% from 255) = 40.92%
R=35.14%
G=23.94%
B=40.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2071412410.140.4100.05279.678.1274.9
HexCF8DF1E29051184e4b
Octal317215361165105430116113
Binary1100111110001101111100011110101001010110001100010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8DF1; }

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

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

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

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

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

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

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

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