Html Css Color HEX #D68ED0 Plum

📋 copy color: '#D68ED0'

red 214 ◦ green 142 ◦ blue 208

#D68ED0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plum #D68ED0

Tints of Plum #D68ED0

RGB

 RED value IS 214 (83.98% from 255) = 37.94%

 GREEN value IS 142 (55.86% from 255) = 25.18%

 BLUE value IS 208 (81.64% from 255) = 36.88%

R = 37.94%
G = 25.18%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D68ED0 (or 0xD68ED0) is known color: Plum. HEX triplet: D6, 8E and D0. RGB value is (214,142,208). Sum of RGB (Red+Green+Blue) = 214+142+208=564 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.94% from 564); Green value is 142 (55.86% from 255 or 25.18% from 564); Blue value is 208 (81.64% from 255 or 36.88% from 564); Max value from RGB is 214 - color contains mainly: red. Hex color #D68ED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68ED0 is #29712F. Grayscale: #AAAAAA. Windows color (decimal): -2715952 or 13668054. OLE color: 13668054.

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

Color convert

RGB 214 142 208 -
CMYK 0 0.34 0.03 0.16
HSL 305º 0.47% 0.7% -
HSV(B) 305º 0.34% 0.84% -
XYZ 48.79 38.2 64.48 -
YUV 171.05 148.85 158.63 -
System Red Green Blue C M Y K H S L
Decimal 214 142 208 0 0.34 0.03 0.16 305 0.47 0.7
Hex D6 8E D0 0 22 3 10 131 2F 46
Octal 326 216 320 0 42 3 20 461 57 106
Binary 11010110 10001110 11010000 0 100010 11 10000 100110001 101111 1000110

Color Harmonies of #D68ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68ED0

Black with #D68ED0

Text Example


Text Example

White with #D68ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68ED0; }

 p { color: rgb(214,142,208); }

 H1.HeaderClassName
 {
   color: #D68ED0;
 }
 .AnyTagClassName
 {
   color: #D68ED0;
 }
</style>

background-color css

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

 a { background-color: rgb(214,142,208); }

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

border-color css

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

 span { border-color: rgb(214,142,208); }

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