Html Css Color HEX #D177CB Orchid

📋 copy color: '#D177CB'

red 209 ◦ green 119 ◦ blue 203

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

Shades of Orchid #D177CB

Tints of Orchid #D177CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.23%

R = 39.36%
G = 22.41%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D177CB (or 0xD177CB) is known color: Orchid. HEX triplet: D1, 77 and CB. RGB value is (209,119,203). Sum of RGB (Red+Green+Blue) = 209+119+203=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 119 (46.88% from 255 or 22.41% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 209 - color contains mainly: red. Hex color #D177CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D177CB is #2E8834. Grayscale: #9B9B9B. Windows color (decimal): -3049525 or 13334481. OLE color: 13334481.

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

Color convert

RGB 209 119 203 -
CMYK 0 0.43 0.03 0.18
HSL 304º 0.49% 0.64% -
HSV(B) 304º 0.43% 0.82% -
XYZ 43.67 31.06 60.19 -
YUV 155.49 154.82 166.17 -
System Red Green Blue C M Y K H S L
Decimal 209 119 203 0 0.43 0.03 0.18 304 0.49 0.64
Hex D1 77 CB 0 2B 3 12 130 31 40
Octal 321 167 313 0 53 3 22 460 61 100
Binary 11010001 1110111 11001011 0 101011 11 10010 100110000 110001 1000000

Color Harmonies of #D177CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D177CB

Black with #D177CB

Text Example


Text Example

White with #D177CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D177CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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