#CF8FD7

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

Shades of Plum #CF8FD7

Tints of Plum #CF8FD7

Color information

#CF8FD7 (or 0xCF8FD7) is unknown color: approx Plum. HEX triplet: CF, 8F and D7. RGB value is (207,143,215). Sum of RGB (Red+Green+Blue) = 207+143+215=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 143 (56.25% from 255 or 25.31% from 565); Blue value is 215 (84.38% from 255 or 38.05% from 565); Max value from RGB is 215 - color contains mainly: blue. Hex color #CF8FD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8FD7 is #307028. Grayscale: #AAAAAA. Windows color (decimal): -3174441 or 14127055. OLE color: 14127055.

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

Color convert

RGB207143215-
CMYK0.040.3300.16
HSL293.33º47.37%70.2%-
HSV(B)293.33º33.49%84.31%-
XYZ47.8237.8269.07-
YUV170.34153.2154.15-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.64%
GREEN value IS 143 (56.25% from 255) = 25.31%
BLUE value IS 215 (84.38% from 255) = 38.05%
R=36.64%
G=25.31%
B=38.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2071432150.040.3300.16293.3347.3770.2
HexCF8FD74210101252f46
Octal31721732744102044557106
Binary1100111110001111110101111001000010100001001001011011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8FD7; }

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

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

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

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

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

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

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

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