Html Css Color HEX #D679D0 Orchid

📋 copy color: '#D679D0'

red 214 ◦ green 121 ◦ blue 208

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

Shades of Orchid #D679D0

Tints of Orchid #D679D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.31%

R = 39.41%
G = 22.28%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D679D0 (or 0xD679D0) is known color: Orchid. HEX triplet: D6, 79 and D0. RGB value is (214,121,208). Sum of RGB (Red+Green+Blue) = 214+121+208=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 121 (47.66% from 255 or 22.28% from 543); Blue value is 208 (81.64% from 255 or 38.31% from 543); Max value from RGB is 214 - color contains mainly: red. Hex color #D679D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D679D0 is #29862F. Grayscale: #9E9E9E. Windows color (decimal): -2721328 or 13662678. OLE color: 13662678.

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

Color convert

RGB 214 121 208 -
CMYK 0 0.43 0.03 0.16
HSL 303.87º 0.53% 0.66% -
HSV(B) 303.87º 0.43% 0.84% -
XYZ 45.95 32.52 63.53 -
YUV 158.73 155.81 167.43 -
System Red Green Blue C M Y K H S L
Decimal 214 121 208 0 0.43 0.03 0.16 303.87 0.53 0.66
Hex D6 79 D0 0 2B 3 10 130 35 42
Octal 326 171 320 0 53 3 20 460 65 102
Binary 11010110 1111001 11010000 0 101011 11 10000 100110000 110101 1000010

Color Harmonies of #D679D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D679D0

Black with #D679D0

Text Example


Text Example

White with #D679D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D679D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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