Html Css Color HEX #D679D4 Orchid

📋 copy color: '#D679D4'

red 214 ◦ green 121 ◦ blue 212

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

Shades of Orchid #D679D4

Tints of Orchid #D679D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.76%

R = 39.12%
G = 22.12%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D679D4 (or 0xD679D4) is known color: Orchid. HEX triplet: D6, 79 and D4. RGB value is (214,121,212). Sum of RGB (Red+Green+Blue) = 214+121+212=547 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.12% from 547); Green value is 121 (47.66% from 255 or 22.12% from 547); Blue value is 212 (83.20% from 255 or 38.76% from 547); Max value from RGB is 214 - color contains mainly: red. Hex color #D679D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D679D4 is #29862B. Grayscale: #9E9E9E. Windows color (decimal): -2721324 or 13924822. OLE color: 13924822.

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

Color convert

RGB 214 121 212 -
CMYK 0 0.43 0.01 0.16
HSL 301.29º 0.53% 0.66% -
HSV(B) 301.29º 0.43% 0.84% -
XYZ 46.45 32.72 66.16 -
YUV 159.18 157.81 167.1 -
System Red Green Blue C M Y K H S L
Decimal 214 121 212 0 0.43 0.01 0.16 301.29 0.53 0.66
Hex D6 79 D4 0 2B 1 10 12D 35 42
Octal 326 171 324 0 53 1 20 455 65 102
Binary 11010110 1111001 11010100 0 101011 1 10000 100101101 110101 1000010

Color Harmonies of #D679D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D679D4

Black with #D679D4

Text Example


Text Example

White with #D679D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D679D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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