Html Css Color HEX #D677C6 Orchid

📋 copy color: '#D677C6'

red 214 ◦ green 119 ◦ blue 198

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

Shades of Orchid #D677C6

Tints of Orchid #D677C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.29%

R = 40.3%
G = 22.41%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D677C6 (or 0xD677C6) is known color: Orchid. HEX triplet: D6, 77 and C6. RGB value is (214,119,198). Sum of RGB (Red+Green+Blue) = 214+119+198=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 119 (46.88% from 255 or 22.41% from 531); Blue value is 198 (77.73% from 255 or 37.29% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D677C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D677C6 is #298839. Grayscale: #9C9C9C. Windows color (decimal): -2721850 or 13006806. OLE color: 13006806.

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

Color convert

RGB 214 119 198 -
CMYK 0 0.44 0.07 0.16
HSL 310.11º 0.54% 0.65% -
HSV(B) 310.11º 0.44% 0.84% -
XYZ 44.52 31.57 57.17 -
YUV 156.41 151.47 169.08 -
System Red Green Blue C M Y K H S L
Decimal 214 119 198 0 0.44 0.07 0.16 310.11 0.54 0.65
Hex D6 77 C6 0 2C 7 10 136 36 41
Octal 326 167 306 0 54 7 20 466 66 101
Binary 11010110 1110111 11000110 0 101100 111 10000 100110110 110110 1000001

Color Harmonies of #D677C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D677C6

Black with #D677C6

Text Example


Text Example

White with #D677C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D677C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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