Html Css Color HEX #D178D6 Orchid

📋 copy color: '#D178D6'

red 209 ◦ green 120 ◦ blue 214

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

Shades of Orchid #D178D6

Tints of Orchid #D178D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.41%

R = 38.49%
G = 22.1%
B = 39.41%

CMYK

 C value IS 0.02

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D178D6 (or 0xD178D6) is known color: Orchid. HEX triplet: D1, 78 and D6. RGB value is (209,120,214). Sum of RGB (Red+Green+Blue) = 209+120+214=543 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.49% from 543); Green value is 120 (47.27% from 255 or 22.10% from 543); Blue value is 214 (83.98% from 255 or 39.41% from 543); Max value from RGB is 214 - color contains mainly: blue. Hex color #D178D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D178D6 is #2E8729. Grayscale: #9D9D9D. Windows color (decimal): -3049258 or 14055633. OLE color: 14055633.

HSL color Cylindrical-coordinate representation of color #D178D6: hue angle of 296.81º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D178D6 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 120 214 -
CMYK 0.02 0.44 0 0.16
HSL 296.81º 0.53% 0.65% -
HSV(B) 296.81º 0.44% 0.84% -
XYZ 45.15 31.84 67.39 -
YUV 157.33 159.99 164.86 -
System Red Green Blue C M Y K H S L
Decimal 209 120 214 0.02 0.44 0 0.16 296.81 0.53 0.65
Hex D1 78 D6 2 2C 0 10 129 35 41
Octal 321 170 326 2 54 0 20 451 65 101
Binary 11010001 1111000 11010110 10 101100 0 10000 100101001 110101 1000001

Color Harmonies of #D178D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D178D6

Black with #D178D6

Text Example


Text Example

White with #D178D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D178D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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