Html Css Color HEX #D178DB Orchid

📋 copy color: '#D178DB'

red 209 ◦ green 120 ◦ blue 219

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

Shades of Orchid #D178DB

Tints of Orchid #D178DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.96%

R = 38.14%
G = 21.9%
B = 39.96%

CMYK

 C value IS 0.05

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D178DB (or 0xD178DB) is known color: Orchid. HEX triplet: D1, 78 and DB. RGB value is (209,120,219). Sum of RGB (Red+Green+Blue) = 209+120+219=548 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.14% from 548); Green value is 120 (47.27% from 255 or 21.90% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #D178DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D178DB is #2E8724. Grayscale: #9D9D9D. Windows color (decimal): -3049253 or 14383313. OLE color: 14383313.

HSL color Cylindrical-coordinate representation of color #D178DB: hue angle of 293.94º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D178DB is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 120 219 -
CMYK 0.05 0.45 0 0.14
HSL 293.94º 0.58% 0.66% -
HSV(B) 293.94º 0.45% 0.86% -
XYZ 45.8 32.1 70.8 -
YUV 157.9 162.49 164.45 -
System Red Green Blue C M Y K H S L
Decimal 209 120 219 0.05 0.45 0 0.14 293.94 0.58 0.66
Hex D1 78 DB 5 2D 0 E 126 3A 42
Octal 321 170 333 5 55 0 16 446 72 102
Binary 11010001 1111000 11011011 101 101101 0 1110 100100110 111010 1000010

Color Harmonies of #D178DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D178DB

Black with #D178DB

Text Example


Text Example

White with #D178DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D178DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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