Html Css Color HEX #D177CE Orchid

📋 copy color: '#D177CE'

red 209 ◦ green 119 ◦ blue 206

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

Shades of Orchid #D177CE

Tints of Orchid #D177CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.58%

R = 39.14%
G = 22.28%
B = 38.58%

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

#D177CE (or 0xD177CE) is known color: Orchid. HEX triplet: D1, 77 and CE. RGB value is (209,119,206). Sum of RGB (Red+Green+Blue) = 209+119+206=534 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.14% from 534); Green value is 119 (46.88% from 255 or 22.28% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 209 - color contains mainly: red. Hex color #D177CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D177CE is #2E8831. Grayscale: #9B9B9B. Windows color (decimal): -3049522 or 13531089. OLE color: 13531089.

HSL color Cylindrical-coordinate representation of color #D177CE: hue angle of 302º 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 #D177CE is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 119 206 -
CMYK 0 0.43 0.01 0.18
HSL 302º 0.49% 0.64% -
HSV(B) 302º 0.43% 0.82% -
XYZ 44.03 31.21 62.09 -
YUV 155.83 156.32 165.93 -
System Red Green Blue C M Y K H S L
Decimal 209 119 206 0 0.43 0.01 0.18 302 0.49 0.64
Hex D1 77 CE 0 2B 1 12 12E 31 40
Octal 321 167 316 0 53 1 22 456 61 100
Binary 11010001 1110111 11001110 0 101011 1 10010 100101110 110001 1000000

Color Harmonies of #D177CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D177CE

Black with #D177CE

Text Example


Text Example

White with #D177CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D177CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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