Html Css Color HEX #D68CD1 Plum

📋 copy color: '#D68CD1'

red 214 ◦ green 140 ◦ blue 209

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

Shades of Plum #D68CD1

Tints of Plum #D68CD1

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.87%

 BLUE value IS 209 (82.03% from 255) = 37.12%

R = 38.01%
G = 24.87%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D68CD1 (or 0xD68CD1) is known color: Plum. HEX triplet: D6, 8C and D1. RGB value is (214,140,209). Sum of RGB (Red+Green+Blue) = 214+140+209=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 140 (55.08% from 255 or 24.87% from 563); Blue value is 209 (82.03% from 255 or 37.12% from 563); Max value from RGB is 214 - color contains mainly: red. Hex color #D68CD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68CD1 is #29732E. Grayscale: #A9A9A9. Windows color (decimal): -2716463 or 13733078. OLE color: 13733078.

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

Color convert

RGB 214 140 209 -
CMYK 0 0.35 0.02 0.16
HSL 304.05º 0.47% 0.69% -
HSV(B) 304.05º 0.35% 0.84% -
XYZ 48.62 37.66 65.03 -
YUV 169.99 150.02 159.39 -
System Red Green Blue C M Y K H S L
Decimal 214 140 209 0 0.35 0.02 0.16 304.05 0.47 0.69
Hex D6 8C D1 0 23 2 10 130 2F 45
Octal 326 214 321 0 43 2 20 460 57 105
Binary 11010110 10001100 11010001 0 100011 10 10000 100110000 101111 1000101

Color Harmonies of #D68CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68CD1

Black with #D68CD1

Text Example


Text Example

White with #D68CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68CD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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