Html Css Color HEX #D68ECE Plum

📋 copy color: '#D68ECE'

red 214 ◦ green 142 ◦ blue 206

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

Shades of Plum #D68ECE

Tints of Plum #D68ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.65%

R = 38.08%
G = 25.27%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D68ECE (or 0xD68ECE) is known color: Plum. HEX triplet: D6, 8E and CE. RGB value is (214,142,206). Sum of RGB (Red+Green+Blue) = 214+142+206=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 142 (55.86% from 255 or 25.27% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 214 - color contains mainly: red. Hex color #D68ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68ECE is #297131. Grayscale: #AAAAAA. Windows color (decimal): -2715954 or 13536982. OLE color: 13536982.

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

Color convert

RGB 214 142 206 -
CMYK 0 0.34 0.04 0.16
HSL 306.67º 0.47% 0.7% -
HSV(B) 306.67º 0.34% 0.84% -
XYZ 48.55 38.1 63.19 -
YUV 170.82 147.85 158.8 -
System Red Green Blue C M Y K H S L
Decimal 214 142 206 0 0.34 0.04 0.16 306.67 0.47 0.7
Hex D6 8E CE 0 22 4 10 133 2F 46
Octal 326 216 316 0 42 4 20 463 57 106
Binary 11010110 10001110 11001110 0 100010 100 10000 100110011 101111 1000110

Color Harmonies of #D68ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68ECE

Black with #D68ECE

Text Example


Text Example

White with #D68ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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