#D68CCE

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

Shades of Plum #D68CCE

Tints of Plum #D68CCE

Color information

#D68CCE (or 0xD68CCE) is unknown color: approx Plum. HEX triplet: D6, 8C and CE. RGB value is (214,140,206). Sum of RGB (Red+Green+Blue) = 214+140+206=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 140 (55.08% from 255 or 25% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 214 - color contains mainly: red. Hex color #D68CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68CCE is #297331. Grayscale: #A9A9A9. Windows color (decimal): -2716466 or 13536470. OLE color: 13536470.

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

Color convert

RGB214140206-
CMYK00.350.040.16
HSL306.49º47.44%69.41%-
HSV(B)306.49º34.58%83.92%-
XYZ48.2537.5163.09-
YUV169.65148.52159.63-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.21%
GREEN value IS 140 (55.08% from 255) = 25%
BLUE value IS 206 (80.86% from 255) = 36.79%
R=38.21%
G=25%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414020600.350.040.16306.4947.4469.41
HexD68CCE0234101322f45
Octal32621431604342046257105
Binary1101011010001100110011100100011100100001001100101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68CCE; }

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

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

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

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

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

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

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

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