Html Css Color HEX #D178D2 Orchid

📋 copy color: '#D178D2'

red 209 ◦ green 120 ◦ blue 210

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

Shades of Orchid #D178D2

Tints of Orchid #D178D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.96%

R = 38.78%
G = 22.26%
B = 38.96%

CMYK

 C value IS 0.00

 M value IS 0.43

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D178D2 (or 0xD178D2) is known color: Orchid. HEX triplet: D1, 78 and D2. RGB value is (209,120,210). Sum of RGB (Red+Green+Blue) = 209+120+210=539 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.78% from 539); Green value is 120 (47.27% from 255 or 22.26% from 539); Blue value is 210 (82.42% from 255 or 38.96% from 539); Max value from RGB is 210 - color contains mainly: blue. Hex color #D178D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D178D2 is #2E872D. Grayscale: #9C9C9C. Windows color (decimal): -3049262 or 13793489. OLE color: 13793489.

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

Color convert

RGB 209 120 210 -
CMYK 0.00 0.43 0 0.18
HSL 299.33º 0.5% 0.65% -
HSV(B) 299.33º 0.43% 0.82% -
XYZ 44.64 31.64 64.73 -
YUV 156.87 157.99 165.18 -
System Red Green Blue C M Y K H S L
Decimal 209 120 210 0.00 0.43 0 0.18 299.33 0.5 0.65
Hex D1 78 D2 0 2B 0 12 12B 32 41
Octal 321 170 322 0 53 0 22 453 62 101
Binary 11010001 1111000 11010010 0 101011 0 10010 100101011 110010 1000001

Color Harmonies of #D178D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D178D2

Black with #D178D2

Text Example


Text Example

White with #D178D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D178D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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