Html Css Color HEX #D178D0 Orchid

📋 copy color: '#D178D0'

red 209 ◦ green 120 ◦ blue 208

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

Shades of Orchid #D178D0

Tints of Orchid #D178D0

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.35%

 BLUE value IS 208 (81.64% from 255) = 38.73%

R = 38.92%
G = 22.35%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D178D0 (or 0xD178D0) is known color: Orchid. HEX triplet: D1, 78 and D0. RGB value is (209,120,208). Sum of RGB (Red+Green+Blue) = 209+120+208=537 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.92% from 537); Green value is 120 (47.27% from 255 or 22.35% from 537); Blue value is 208 (81.64% from 255 or 38.73% from 537); Max value from RGB is 209 - color contains mainly: red. Hex color #D178D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D178D0 is #2E872F. Grayscale: #9C9C9C. Windows color (decimal): -3049264 or 13662417. OLE color: 13662417.

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

Color convert

RGB 209 120 208 -
CMYK 0 0.43 0.00 0.18
HSL 300.67º 0.49% 0.65% -
HSV(B) 300.67º 0.43% 0.82% -
XYZ 44.4 31.54 63.42 -
YUV 156.64 156.99 165.34 -
System Red Green Blue C M Y K H S L
Decimal 209 120 208 0 0.43 0.00 0.18 300.67 0.49 0.65
Hex D1 78 D0 0 2B 0 12 12D 31 41
Octal 321 170 320 0 53 0 22 455 61 101
Binary 11010001 1111000 11010000 0 101011 0 10010 100101101 110001 1000001

Color Harmonies of #D178D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D178D0

Black with #D178D0

Text Example


Text Example

White with #D178D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D178D0; }

 p { color: rgb(209,120,208); }

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

background-color css

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

 a { background-color: rgb(209,120,208); }

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

border-color css

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

 span { border-color: rgb(209,120,208); }

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