Html Css Color HEX #D178D1 Orchid

📋 copy color: '#D178D1'

red 209 ◦ green 120 ◦ blue 209

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

Shades of Orchid #D178D1

Tints of Orchid #D178D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.85%

R = 38.85%
G = 22.3%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D178D1 (or 0xD178D1) is known color: Orchid. HEX triplet: D1, 78 and D1. RGB value is (209,120,209). Sum of RGB (Red+Green+Blue) = 209+120+209=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 120 (47.27% from 255 or 22.30% from 538); Blue value is 209 (82.03% from 255 or 38.85% from 538); Max value from RGB is 209 - color contains mainly: red, blue. Hex color #D178D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D178D1 is #2E872E. Grayscale: #9C9C9C. Windows color (decimal): -3049263 or 13727953. OLE color: 13727953.

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

Color convert

RGB 209 120 209 -
CMYK 0 0.43 0 0.18
HSL 300º 0.49% 0.65% -
HSV(B) 300º 0.43% 0.82% -
XYZ 44.52 31.59 64.07 -
YUV 156.76 157.49 165.26 -
System Red Green Blue C M Y K H S L
Decimal 209 120 209 0 0.43 0 0.18 300 0.49 0.65
Hex D1 78 D1 0 2B 0 12 12C 31 41
Octal 321 170 321 0 53 0 22 454 61 101
Binary 11010001 1111000 11010001 0 101011 0 10010 100101100 110001 1000001

Color Harmonies of #D178D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D178D1

Black with #D178D1

Text Example


Text Example

White with #D178D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D178D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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