Html Css Color HEX #D177DF Orchid

📋 copy color: '#D177DF'

red 209 ◦ green 119 ◦ blue 223

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

Shades of Orchid #D177DF

Tints of Orchid #D177DF

RGB

 RED value IS 209 (82.03% from 255) = 37.93%

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

 BLUE value IS 223 (87.5% from 255) = 40.47%

R = 37.93%
G = 21.6%
B = 40.47%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D177DF (or 0xD177DF) is known color: Orchid. HEX triplet: D1, 77 and DF. RGB value is (209,119,223). Sum of RGB (Red+Green+Blue) = 209+119+223=551 (72% of max value = 765). Red value is 209 (82.03% from 255 or 37.93% from 551); Green value is 119 (46.88% from 255 or 21.60% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 223 - color contains mainly: blue. Hex color #D177DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D177DF is #2E8820. Grayscale: #9D9D9D. Windows color (decimal): -3049505 or 14645201. OLE color: 14645201.

HSL color Cylindrical-coordinate representation of color #D177DF: hue angle of 291.92º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D177DF is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 119 223 -
CMYK 0.06 0.47 0 0.13
HSL 291.92º 0.62% 0.67% -
HSV(B) 291.92º 0.47% 0.87% -
XYZ 46.21 32.08 73.57 -
YUV 157.77 164.82 164.54 -
System Red Green Blue C M Y K H S L
Decimal 209 119 223 0.06 0.47 0 0.13 291.92 0.62 0.67
Hex D1 77 DF 6 2F 0 D 124 3E 43
Octal 321 167 337 6 57 0 15 444 76 103
Binary 11010001 1110111 11011111 110 101111 0 1101 100100100 111110 1000011

Color Harmonies of #D177DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D177DF

Black with #D177DF

Text Example


Text Example

White with #D177DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D177DF; }

 p { color: rgb(209,119,223); }

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

background-color css

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

 a { background-color: rgb(209,119,223); }

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

border-color css

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

 span { border-color: rgb(209,119,223); }

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