#CF8DD6

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

Shades of Plum #CF8DD6

Tints of Plum #CF8DD6

Color information

#CF8DD6 (or 0xCF8DD6) is unknown color: approx Plum. HEX triplet: CF, 8D and D6. RGB value is (207,141,214). Sum of RGB (Red+Green+Blue) = 207+141+214=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 141 (55.47% from 255 or 25.09% from 562); Blue value is 214 (83.98% from 255 or 38.08% from 562); Max value from RGB is 214 - color contains mainly: blue. Hex color #CF8DD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8DD6 is #307229. Grayscale: #A8A8A8. Windows color (decimal): -3174954 or 14061007. OLE color: 14061007.

HSL color Cylindrical-coordinate representation of color #CF8DD6: hue angle of 294.25º degrees, saturation: 0.47, 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 #CF8DD6 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB207141214-
CMYK0.030.3400.16
HSL294.25º47.1%69.61%-
HSV(B)294.25º34.11%83.92%-
XYZ47.3937.1768.29-
YUV169.06153.37155.06-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.83%
GREEN value IS 141 (55.47% from 255) = 25.09%
BLUE value IS 214 (83.98% from 255) = 38.08%
R=36.83%
G=25.09%
B=38.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2071412140.030.3400.16294.2547.169.61
HexCF8DD63220101262f46
Octal31721532634202044657106
Binary110011111000110111010110111000100100001001001101011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8DD6; }

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

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

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

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

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

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

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

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