Html Css Color HEX #D68CD6 Plum

📋 copy color: '#D68CD6'

red 214 ◦ green 140 ◦ blue 214

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

Shades of Plum #D68CD6

Tints of Plum #D68CD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.68%

R = 37.68%
G = 24.65%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D68CD6 (or 0xD68CD6) is known color: Plum. HEX triplet: D6, 8C and D6. RGB value is (214,140,214). Sum of RGB (Red+Green+Blue) = 214+140+214=568 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.68% from 568); Green value is 140 (55.08% from 255 or 24.65% from 568); Blue value is 214 (83.98% from 255 or 37.68% from 568); Max value from RGB is 214 - color contains mainly: red, blue. Hex color #D68CD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68CD6 is #297329. Grayscale: #AAAAAA. Windows color (decimal): -2716458 or 14060758. OLE color: 14060758.

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

Color convert

RGB 214 140 214 -
CMYK 0 0.35 0 0.16
HSL 300º 0.47% 0.69% -
HSV(B) 300º 0.35% 0.84% -
XYZ 49.25 37.91 68.34 -
YUV 170.56 152.52 158.98 -
System Red Green Blue C M Y K H S L
Decimal 214 140 214 0 0.35 0 0.16 300 0.47 0.69
Hex D6 8C D6 0 23 0 10 12C 2F 45
Octal 326 214 326 0 43 0 20 454 57 105
Binary 11010110 10001100 11010110 0 100011 0 10000 100101100 101111 1000101

Color Harmonies of #D68CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68CD6

Black with #D68CD6

Text Example


Text Example

White with #D68CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68CD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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