Html Css Color HEX #D68FCE Plum

📋 copy color: '#D68FCE'

red 214 ◦ green 143 ◦ blue 206

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

Shades of Plum #D68FCE

Tints of Plum #D68FCE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.4%

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

R = 38.01%
G = 25.4%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D68FCE (or 0xD68FCE) is known color: Plum. HEX triplet: D6, 8F and CE. RGB value is (214,143,206). Sum of RGB (Red+Green+Blue) = 214+143+206=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 143 (56.25% from 255 or 25.40% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 214 - color contains mainly: red. Hex color #D68FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68FCE is #297031. Grayscale: #ABABAB. Windows color (decimal): -2715698 or 13537238. OLE color: 13537238.

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

Color convert

RGB 214 143 206 -
CMYK 0 0.33 0.04 0.16
HSL 306.76º 0.46% 0.7% -
HSV(B) 306.76º 0.33% 0.84% -
XYZ 48.69 38.4 63.24 -
YUV 171.41 147.52 158.38 -
System Red Green Blue C M Y K H S L
Decimal 214 143 206 0 0.33 0.04 0.16 306.76 0.46 0.7
Hex D6 8F CE 0 21 4 10 133 2E 46
Octal 326 217 316 0 41 4 20 463 56 106
Binary 11010110 10001111 11001110 0 100001 100 10000 100110011 101110 1000110

Color Harmonies of #D68FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68FCE

Black with #D68FCE

Text Example


Text Example

White with #D68FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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