Html Css Color HEX #D679D2 Orchid

📋 copy color: '#D679D2'

red 214 ◦ green 121 ◦ blue 210

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

Shades of Orchid #D679D2

Tints of Orchid #D679D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.53%

R = 39.27%
G = 22.2%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D679D2 (or 0xD679D2) is known color: Orchid. HEX triplet: D6, 79 and D2. RGB value is (214,121,210). Sum of RGB (Red+Green+Blue) = 214+121+210=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 121 (47.66% from 255 or 22.20% from 545); Blue value is 210 (82.42% from 255 or 38.53% from 545); Max value from RGB is 214 - color contains mainly: red. Hex color #D679D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D679D2 is #29862D. Grayscale: #9E9E9E. Windows color (decimal): -2721326 or 13793750. OLE color: 13793750.

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

Color convert

RGB 214 121 210 -
CMYK 0 0.43 0.02 0.16
HSL 302.58º 0.53% 0.66% -
HSV(B) 302.58º 0.43% 0.84% -
XYZ 46.2 32.62 64.83 -
YUV 158.95 156.81 167.26 -
System Red Green Blue C M Y K H S L
Decimal 214 121 210 0 0.43 0.02 0.16 302.58 0.53 0.66
Hex D6 79 D2 0 2B 2 10 12F 35 42
Octal 326 171 322 0 53 2 20 457 65 102
Binary 11010110 1111001 11010010 0 101011 10 10000 100101111 110101 1000010

Color Harmonies of #D679D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D679D2

Black with #D679D2

Text Example


Text Example

White with #D679D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D679D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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