#D68CE1

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

Shades of Plum #D68CE1

Tints of Plum #D68CE1

Color information

#D68CE1 (or 0xD68CE1) is unknown color: approx Plum. HEX triplet: D6, 8C and E1. RGB value is (214,140,225). Sum of RGB (Red+Green+Blue) = 214+140+225=579 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.96% from 579); Green value is 140 (55.08% from 255 or 24.18% from 579); Blue value is 225 (88.28% from 255 or 38.86% from 579); Max value from RGB is 225 - color contains mainly: blue. Hex color #D68CE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68CE1 is #29731E. Grayscale: #ABABAB. Windows color (decimal): -2716447 or 14781654. OLE color: 14781654.

HSL color Cylindrical-coordinate representation of color #D68CE1: hue angle of 292.24º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D68CE1 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB214140225-
CMYK0.050.3800.12
HSL292.24º58.62%71.57%-
HSV(B)292.24º37.78%88.24%-
XYZ50.738.4975.99-
YUV171.82158.02158.09-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.96%
GREEN value IS 140 (55.08% from 255) = 24.18%
BLUE value IS 225 (88.28% from 255) = 38.86%
R=36.96%
G=24.18%
B=38.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2141402250.050.3800.12292.2458.6271.57
HexD68CE15260C1243b48
Octal32621434154601444473110
Binary110101101000110011100001101100110011001001001001110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68CE1; }

 p { color: rgb(214,140,225); }

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

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

 a { background-color: rgb(214,140,225); }

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

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

 span { border-color: rgb(214,140,225); }

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