Html Css Color HEX #D178DD Orchid

📋 copy color: '#D178DD'

red 209 ◦ green 120 ◦ blue 221

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

Shades of Orchid #D178DD

Tints of Orchid #D178DD

RGB

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

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

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

R = 38%
G = 21.82%
B = 40.18%

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

#D178DD (or 0xD178DD) is known color: Orchid. HEX triplet: D1, 78 and DD. RGB value is (209,120,221). Sum of RGB (Red+Green+Blue) = 209+120+221=550 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38% from 550); Green value is 120 (47.27% from 255 or 21.82% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #D178DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D178DD is #2E8722. Grayscale: #9D9D9D. Windows color (decimal): -3049251 or 14514385. OLE color: 14514385.

HSL color Cylindrical-coordinate representation of color #D178DD: hue angle of 292.87º 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 #D178DD is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 120 221 -
CMYK 0.05 0.46 0 0.13
HSL 292.87º 0.6% 0.67% -
HSV(B) 292.87º 0.46% 0.87% -
XYZ 46.06 32.21 72.2 -
YUV 158.13 163.49 164.29 -
System Red Green Blue C M Y K H S L
Decimal 209 120 221 0.05 0.46 0 0.13 292.87 0.6 0.67
Hex D1 78 DD 5 2E 0 D 125 3C 43
Octal 321 170 335 5 56 0 15 445 74 103
Binary 11010001 1111000 11011101 101 101110 0 1101 100100101 111100 1000011

Color Harmonies of #D178DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D178DD

Black with #D178DD

Text Example


Text Example

White with #D178DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D178DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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