Html Css Color HEX #D677C9 Orchid

📋 copy color: '#D677C9'

red 214 ◦ green 119 ◦ blue 201

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

Shades of Orchid #D677C9

Tints of Orchid #D677C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.64%

R = 40.07%
G = 22.28%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D677C9 (or 0xD677C9) is known color: Orchid. HEX triplet: D6, 77 and C9. RGB value is (214,119,201). Sum of RGB (Red+Green+Blue) = 214+119+201=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 119 (46.88% from 255 or 22.28% from 534); Blue value is 201 (78.91% from 255 or 37.64% from 534); Max value from RGB is 214 - color contains mainly: red. Hex color #D677C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D677C9 is #298836. Grayscale: #9C9C9C. Windows color (decimal): -2721847 or 13203414. OLE color: 13203414.

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

Color convert

RGB 214 119 201 -
CMYK 0 0.44 0.06 0.16
HSL 308.21º 0.54% 0.65% -
HSV(B) 308.21º 0.44% 0.84% -
XYZ 44.87 31.71 59.01 -
YUV 156.75 152.97 168.83 -
System Red Green Blue C M Y K H S L
Decimal 214 119 201 0 0.44 0.06 0.16 308.21 0.54 0.65
Hex D6 77 C9 0 2C 6 10 134 36 41
Octal 326 167 311 0 54 6 20 464 66 101
Binary 11010110 1110111 11001001 0 101100 110 10000 100110100 110110 1000001

Color Harmonies of #D677C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D677C9

Black with #D677C9

Text Example


Text Example

White with #D677C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D677C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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