Html Css Color HEX #D68CD2 Plum

📋 copy color: '#D68CD2'

red 214 ◦ green 140 ◦ blue 210

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

Shades of Plum #D68CD2

Tints of Plum #D68CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.23%

R = 37.94%
G = 24.82%
B = 37.23%

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

#D68CD2 (or 0xD68CD2) is known color: Plum. HEX triplet: D6, 8C and D2. RGB value is (214,140,210). Sum of RGB (Red+Green+Blue) = 214+140+210=564 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.94% from 564); Green value is 140 (55.08% from 255 or 24.82% from 564); Blue value is 210 (82.42% from 255 or 37.23% from 564); Max value from RGB is 214 - color contains mainly: red. Hex color #D68CD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68CD2 is #29732D. Grayscale: #A9A9A9. Windows color (decimal): -2716462 or 13798614. OLE color: 13798614.

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

Color convert

RGB 214 140 210 -
CMYK 0 0.35 0.02 0.16
HSL 303.24º 0.47% 0.69% -
HSV(B) 303.24º 0.35% 0.84% -
XYZ 48.74 37.71 65.68 -
YUV 170.11 150.52 159.31 -
System Red Green Blue C M Y K H S L
Decimal 214 140 210 0 0.35 0.02 0.16 303.24 0.47 0.69
Hex D6 8C D2 0 23 2 10 12F 2F 45
Octal 326 214 322 0 43 2 20 457 57 105
Binary 11010110 10001100 11010010 0 100011 10 10000 100101111 101111 1000101

Color Harmonies of #D68CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68CD2

Black with #D68CD2

Text Example


Text Example

White with #D68CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68CD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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