#CF8ED7

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

Shades of Plum #CF8ED7

Tints of Plum #CF8ED7

Color information

#CF8ED7 (or 0xCF8ED7) is unknown color: approx Plum. HEX triplet: CF, 8E and D7. RGB value is (207,142,215). Sum of RGB (Red+Green+Blue) = 207+142+215=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 142 (55.86% from 255 or 25.18% from 564); Blue value is 215 (84.38% from 255 or 38.12% from 564); Max value from RGB is 215 - color contains mainly: blue. Hex color #CF8ED7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8ED7 is #307128. Grayscale: #A9A9A9. Windows color (decimal): -3174697 or 14126799. OLE color: 14126799.

HSL color Cylindrical-coordinate representation of color #CF8ED7: hue angle of 293.42º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CF8ED7 is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB207142215-
CMYK0.040.3400.16
HSL293.42º47.71%70%-
HSV(B)293.42º33.95%84.31%-
XYZ47.6737.5269.02-
YUV169.76153.53154.56-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.70%
GREEN value IS 142 (55.86% from 255) = 25.18%
BLUE value IS 215 (84.38% from 255) = 38.12%
R=36.70%
G=25.18%
B=38.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2071422150.040.3400.16293.4247.7170
HexCF8ED74220101253046
Octal31721632744202044560106
Binary1100111110001110110101111001000100100001001001011100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8ED7; }

 p { color: rgb(207,142,215); }

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

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

 a { background-color: rgb(207,142,215); }

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

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

 span { border-color: rgb(207,142,215); }

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