Html Css Color HEX #D177DC Orchid

📋 copy color: '#D177DC'

red 209 ◦ green 119 ◦ blue 220

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

Shades of Orchid #D177DC

Tints of Orchid #D177DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.15%

R = 38.14%
G = 21.72%
B = 40.15%

CMYK

 C value IS 0.05

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D177DC (or 0xD177DC) is known color: Orchid. HEX triplet: D1, 77 and DC. RGB value is (209,119,220). Sum of RGB (Red+Green+Blue) = 209+119+220=548 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.14% from 548); Green value is 119 (46.88% from 255 or 21.72% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #D177DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D177DC is #2E8823. Grayscale: #9D9D9D. Windows color (decimal): -3049508 or 14448593. OLE color: 14448593.

HSL color Cylindrical-coordinate representation of color #D177DC: hue angle of 293.47º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D177DC is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 119 220 -
CMYK 0.05 0.46 0 0.14
HSL 293.47º 0.59% 0.66% -
HSV(B) 293.47º 0.46% 0.86% -
XYZ 45.81 31.92 71.46 -
YUV 157.42 163.32 164.79 -
System Red Green Blue C M Y K H S L
Decimal 209 119 220 0.05 0.46 0 0.14 293.47 0.59 0.66
Hex D1 77 DC 5 2E 0 E 125 3B 42
Octal 321 167 334 5 56 0 16 445 73 102
Binary 11010001 1110111 11011100 101 101110 0 1110 100100101 111011 1000010

Color Harmonies of #D177DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D177DC

Black with #D177DC

Text Example


Text Example

White with #D177DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D177DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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