Html Css Color HEX #D676D1 Orchid

📋 copy color: '#D676D1'

red 214 ◦ green 118 ◦ blue 209

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

Shades of Orchid #D676D1

Tints of Orchid #D676D1

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.81%

 BLUE value IS 209 (82.03% from 255) = 38.63%

R = 39.56%
G = 21.81%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D676D1 (or 0xD676D1) is known color: Orchid. HEX triplet: D6, 76 and D1. RGB value is (214,118,209). Sum of RGB (Red+Green+Blue) = 214+118+209=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 118 (46.48% from 255 or 21.81% from 541); Blue value is 209 (82.03% from 255 or 38.63% from 541); Max value from RGB is 214 - color contains mainly: red. Hex color #D676D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D676D1 is #29892E. Grayscale: #9C9C9C. Windows color (decimal): -2722095 or 13727446. OLE color: 13727446.

HSL color Cylindrical-coordinate representation of color #D676D1: hue angle of 303.12º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D676D1 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 118 209 -
CMYK 0 0.45 0.02 0.16
HSL 303.13º 0.54% 0.65% -
HSV(B) 303.13º 0.45% 0.84% -
XYZ 45.72 31.86 64.06 -
YUV 157.08 157.3 168.6 -
System Red Green Blue C M Y K H S L
Decimal 214 118 209 0 0.45 0.02 0.16 303.13 0.54 0.65
Hex D6 76 D1 0 2D 2 10 12F 36 41
Octal 326 166 321 0 55 2 20 457 66 101
Binary 11010110 1110110 11010001 0 101101 10 10000 100101111 110110 1000001

Color Harmonies of #D676D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D676D1

Black with #D676D1

Text Example


Text Example

White with #D676D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D676D1; }

 p { color: rgb(214,118,209); }

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

background-color css

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

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

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

border-color css

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

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

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