Html Css Color HEX #D677BF Orchid

📋 copy color: '#D677BF'

red 214 ◦ green 119 ◦ blue 191

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

Shades of Orchid #D677BF

Tints of Orchid #D677BF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.71%

 BLUE value IS 191 (75% from 255) = 36.45%

R = 40.84%
G = 22.71%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D677BF (or 0xD677BF) is known color: Orchid. HEX triplet: D6, 77 and BF. RGB value is (214,119,191). Sum of RGB (Red+Green+Blue) = 214+119+191=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 119 (46.88% from 255 or 22.71% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 214 - color contains mainly: red. Hex color #D677BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D677BF is #298840. Grayscale: #9B9B9B. Windows color (decimal): -2721857 or 12548054. OLE color: 12548054.

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

Color convert

RGB 214 119 191 -
CMYK 0 0.44 0.11 0.16
HSL 314.53º 0.54% 0.65% -
HSV(B) 314.53º 0.44% 0.84% -
XYZ 43.73 31.25 53.02 -
YUV 155.61 147.97 169.65 -
System Red Green Blue C M Y K H S L
Decimal 214 119 191 0 0.44 0.11 0.16 314.53 0.54 0.65
Hex D6 77 BF 0 2C B 10 13B 36 41
Octal 326 167 277 0 54 13 20 473 66 101
Binary 11010110 1110111 10111111 0 101100 1011 10000 100111011 110110 1000001

Color Harmonies of #D677BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D677BF

Black with #D677BF

Text Example


Text Example

White with #D677BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D677BF; }

 p { color: rgb(214,119,191); }

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

background-color css

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

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

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

border-color css

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

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

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