Html Css Color HEX #D679D6 Orchid

📋 copy color: '#D679D6'

red 214 ◦ green 121 ◦ blue 214

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

Shades of Orchid #D679D6

Tints of Orchid #D679D6

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.04%

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

R = 38.98%
G = 22.04%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D679D6 (or 0xD679D6) is known color: Orchid. HEX triplet: D6, 79 and D6. RGB value is (214,121,214). Sum of RGB (Red+Green+Blue) = 214+121+214=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 121 (47.66% from 255 or 22.04% from 549); Blue value is 214 (83.98% from 255 or 38.98% from 549); Max value from RGB is 214 - color contains mainly: red, blue. Hex color #D679D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D679D6 is #298629. Grayscale: #9F9F9F. Windows color (decimal): -2721322 or 14055894. OLE color: 14055894.

HSL color Cylindrical-coordinate representation of color #D679D6: hue angle of 300º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D679D6 is Cyan = 0, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 121 214 -
CMYK 0 0.43 0 0.16
HSL 300º 0.53% 0.66% -
HSV(B) 300º 0.43% 0.84% -
XYZ 46.71 32.83 67.49 -
YUV 159.41 158.81 166.94 -
System Red Green Blue C M Y K H S L
Decimal 214 121 214 0 0.43 0 0.16 300 0.53 0.66
Hex D6 79 D6 0 2B 0 10 12C 35 42
Octal 326 171 326 0 53 0 20 454 65 102
Binary 11010110 1111001 11010110 0 101011 0 10000 100101100 110101 1000010

Color Harmonies of #D679D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D679D6

Black with #D679D6

Text Example


Text Example

White with #D679D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D679D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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