Html Css Color HEX #D68CE1 Plum

📋 copy color: '#D68CE1'

red 214 ◦ green 140 ◦ blue 225

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

Shades of Plum #D68CE1

Tints of Plum #D68CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 38.86%

R = 36.96%
G = 24.18%
B = 38.86%

CMYK

 C value IS 0.05

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D68CE1 (or 0xD68CE1) is known color: Plum. HEX triplet: D6, 8C and E1. RGB value is (214,140,225). Sum of RGB (Red+Green+Blue) = 214+140+225=579 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.96% from 579); Green value is 140 (55.08% from 255 or 24.18% from 579); Blue value is 225 (88.28% from 255 or 38.86% from 579); Max value from RGB is 225 - color contains mainly: blue. Hex color #D68CE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68CE1 is #29731E. Grayscale: #ABABAB. Windows color (decimal): -2716447 or 14781654. OLE color: 14781654.

HSL color Cylindrical-coordinate representation of color #D68CE1: hue angle of 292.24º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D68CE1 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 140 225 -
CMYK 0.05 0.38 0 0.12
HSL 292.24º 0.59% 0.72% -
HSV(B) 292.24º 0.38% 0.88% -
XYZ 50.7 38.49 75.99 -
YUV 171.82 158.02 158.09 -
System Red Green Blue C M Y K H S L
Decimal 214 140 225 0.05 0.38 0 0.12 292.24 0.59 0.72
Hex D6 8C E1 5 26 0 C 124 3B 48
Octal 326 214 341 5 46 0 14 444 73 110
Binary 11010110 10001100 11100001 101 100110 0 1100 100100100 111011 1001000

Color Harmonies of #D68CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68CE1

Black with #D68CE1

Text Example


Text Example

White with #D68CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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