Html Css Color HEX #D177CF Orchid

📋 copy color: '#D177CF'

red 209 ◦ green 119 ◦ blue 207

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

Shades of Orchid #D177CF

Tints of Orchid #D177CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.69%

R = 39.07%
G = 22.24%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D177CF (or 0xD177CF) is known color: Orchid. HEX triplet: D1, 77 and CF. RGB value is (209,119,207). Sum of RGB (Red+Green+Blue) = 209+119+207=535 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.07% from 535); Green value is 119 (46.88% from 255 or 22.24% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 209 - color contains mainly: red. Hex color #D177CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D177CF is #2E8830. Grayscale: #9B9B9B. Windows color (decimal): -3049521 or 13596625. OLE color: 13596625.

HSL color Cylindrical-coordinate representation of color #D177CF: hue angle of 301.33º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D177CF is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 119 207 -
CMYK 0 0.43 0.01 0.18
HSL 301.33º 0.49% 0.64% -
HSV(B) 301.33º 0.43% 0.82% -
XYZ 44.15 31.25 62.74 -
YUV 155.94 156.82 165.84 -
System Red Green Blue C M Y K H S L
Decimal 209 119 207 0 0.43 0.01 0.18 301.33 0.49 0.64
Hex D1 77 CF 0 2B 1 12 12D 31 40
Octal 321 167 317 0 53 1 22 455 61 100
Binary 11010001 1110111 11001111 0 101011 1 10010 100101101 110001 1000000

Color Harmonies of #D177CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D177CF

Black with #D177CF

Text Example


Text Example

White with #D177CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D177CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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