Html Css Color HEX #D177DD Orchid

📋 copy color: '#D177DD'

red 209 ◦ green 119 ◦ blue 221

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

Shades of Orchid #D177DD

Tints of Orchid #D177DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.26%

R = 38.07%
G = 21.68%
B = 40.26%

CMYK

 C value IS 0.05

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D177DD (or 0xD177DD) is known color: Orchid. HEX triplet: D1, 77 and DD. RGB value is (209,119,221). Sum of RGB (Red+Green+Blue) = 209+119+221=549 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.07% from 549); Green value is 119 (46.88% from 255 or 21.68% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #D177DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D177DD is #2E8822. Grayscale: #9D9D9D. Windows color (decimal): -3049507 or 14514129. OLE color: 14514129.

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

Color convert

RGB 209 119 221 -
CMYK 0.05 0.46 0 0.13
HSL 292.94º 0.6% 0.67% -
HSV(B) 292.94º 0.46% 0.87% -
XYZ 45.94 31.97 72.16 -
YUV 157.54 163.82 164.71 -
System Red Green Blue C M Y K H S L
Decimal 209 119 221 0.05 0.46 0 0.13 292.94 0.6 0.67
Hex D1 77 DD 5 2E 0 D 125 3C 43
Octal 321 167 335 5 56 0 15 445 74 103
Binary 11010001 1110111 11011101 101 101110 0 1101 100100101 111100 1000011

Color Harmonies of #D177DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D177DD

Black with #D177DD

Text Example


Text Example

White with #D177DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D177DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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