Html Css Color HEX #D677C7 Orchid

📋 copy color: '#D677C7'

red 214 ◦ green 119 ◦ blue 199

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

Shades of Orchid #D677C7

Tints of Orchid #D677C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.41%

R = 40.23%
G = 22.37%
B = 37.41%

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

#D677C7 (or 0xD677C7) is known color: Orchid. HEX triplet: D6, 77 and C7. RGB value is (214,119,199). Sum of RGB (Red+Green+Blue) = 214+119+199=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 119 (46.88% from 255 or 22.37% from 532); Blue value is 199 (78.12% from 255 or 37.41% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D677C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D677C7 is #298838. Grayscale: #9C9C9C. Windows color (decimal): -2721849 or 13072342. OLE color: 13072342.

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

Color convert

RGB 214 119 199 -
CMYK 0 0.44 0.07 0.16
HSL 309.47º 0.54% 0.65% -
HSV(B) 309.47º 0.44% 0.84% -
XYZ 44.64 31.61 57.78 -
YUV 156.53 151.97 169 -
System Red Green Blue C M Y K H S L
Decimal 214 119 199 0 0.44 0.07 0.16 309.47 0.54 0.65
Hex D6 77 C7 0 2C 7 10 135 36 41
Octal 326 167 307 0 54 7 20 465 66 101
Binary 11010110 1110111 11000111 0 101100 111 10000 100110101 110110 1000001

Color Harmonies of #D677C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D677C7

Black with #D677C7

Text Example


Text Example

White with #D677C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D677C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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