Html Css Color HEX #D68ECF Plum

📋 copy color: '#D68ECF'

red 214 ◦ green 142 ◦ blue 207

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

Shades of Plum #D68ECF

Tints of Plum #D68ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.77%

R = 38.01%
G = 25.22%
B = 36.77%

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

#D68ECF (or 0xD68ECF) is known color: Plum. HEX triplet: D6, 8E and CF. RGB value is (214,142,207). Sum of RGB (Red+Green+Blue) = 214+142+207=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 142 (55.86% from 255 or 25.22% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 214 - color contains mainly: red. Hex color #D68ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68ECF is #297130. Grayscale: #AAAAAA. Windows color (decimal): -2715953 or 13602518. OLE color: 13602518.

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

Color convert

RGB 214 142 207 -
CMYK 0 0.34 0.03 0.16
HSL 305.83º 0.47% 0.7% -
HSV(B) 305.83º 0.34% 0.84% -
XYZ 48.67 38.15 63.83 -
YUV 170.94 148.35 158.71 -
System Red Green Blue C M Y K H S L
Decimal 214 142 207 0 0.34 0.03 0.16 305.83 0.47 0.7
Hex D6 8E CF 0 22 3 10 132 2F 46
Octal 326 216 317 0 42 3 20 462 57 106
Binary 11010110 10001110 11001111 0 100010 11 10000 100110010 101111 1000110

Color Harmonies of #D68ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68ECF

Black with #D68ECF

Text Example


Text Example

White with #D68ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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