Html Css Color HEX #D178C3 Orchid

📋 copy color: '#D178C3'

red 209 ◦ green 120 ◦ blue 195

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

Shades of Orchid #D178C3

Tints of Orchid #D178C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.21%

R = 39.89%
G = 22.9%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D178C3 (or 0xD178C3) is known color: Orchid. HEX triplet: D1, 78 and C3. RGB value is (209,120,195). Sum of RGB (Red+Green+Blue) = 209+120+195=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 120 (47.27% from 255 or 22.90% from 524); Blue value is 195 (76.56% from 255 or 37.21% from 524); Max value from RGB is 209 - color contains mainly: red. Hex color #D178C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D178C3 is #2E873C. Grayscale: #9A9A9A. Windows color (decimal): -3049277 or 12810449. OLE color: 12810449.

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

Color convert

RGB 209 120 195 -
CMYK 0 0.43 0.07 0.18
HSL 309.44º 0.49% 0.65% -
HSV(B) 309.44º 0.43% 0.82% -
XYZ 42.86 30.93 55.34 -
YUV 155.16 150.49 166.4 -
System Red Green Blue C M Y K H S L
Decimal 209 120 195 0 0.43 0.07 0.18 309.44 0.49 0.65
Hex D1 78 C3 0 2B 7 12 135 31 41
Octal 321 170 303 0 53 7 22 465 61 101
Binary 11010001 1111000 11000011 0 101011 111 10010 100110101 110001 1000001

Color Harmonies of #D178C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D178C3

Black with #D178C3

Text Example


Text Example

White with #D178C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D178C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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