Html Css Color HEX #D178CE Orchid

📋 copy color: '#D178CE'

red 209 ◦ green 120 ◦ blue 206

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

Shades of Orchid #D178CE

Tints of Orchid #D178CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.5%

R = 39.07%
G = 22.43%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D178CE (or 0xD178CE) is known color: Orchid. HEX triplet: D1, 78 and CE. RGB value is (209,120,206). Sum of RGB (Red+Green+Blue) = 209+120+206=535 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.07% from 535); Green value is 120 (47.27% from 255 or 22.43% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 209 - color contains mainly: red. Hex color #D178CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D178CE is #2E8731. Grayscale: #9C9C9C. Windows color (decimal): -3049266 or 13531345. OLE color: 13531345.

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

Color convert

RGB 209 120 206 -
CMYK 0 0.43 0.01 0.18
HSL 302.02º 0.49% 0.65% -
HSV(B) 302.02º 0.43% 0.82% -
XYZ 44.15 31.44 62.13 -
YUV 156.42 155.99 165.51 -
System Red Green Blue C M Y K H S L
Decimal 209 120 206 0 0.43 0.01 0.18 302.02 0.49 0.65
Hex D1 78 CE 0 2B 1 12 12E 31 41
Octal 321 170 316 0 53 1 22 456 61 101
Binary 11010001 1111000 11001110 0 101011 1 10010 100101110 110001 1000001

Color Harmonies of #D178CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D178CE

Black with #D178CE

Text Example


Text Example

White with #D178CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D178CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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