Html Css Color HEX #D172D8 Orchid

📋 copy color: '#D172D8'

red 209 ◦ green 114 ◦ blue 216

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

Shades of Orchid #D172D8

Tints of Orchid #D172D8

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.15%

 BLUE value IS 216 (84.77% from 255) = 40.07%

R = 38.78%
G = 21.15%
B = 40.07%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D172D8 (or 0xD172D8) is known color: Orchid. HEX triplet: D1, 72 and D8. RGB value is (209,114,216). Sum of RGB (Red+Green+Blue) = 209+114+216=539 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.78% from 539); Green value is 114 (44.92% from 255 or 21.15% from 539); Blue value is 216 (84.77% from 255 or 40.07% from 539); Max value from RGB is 216 - color contains mainly: blue. Hex color #D172D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D172D8 is #2E8D27. Grayscale: #999999. Windows color (decimal): -3050792 or 14185169. OLE color: 14185169.

HSL color Cylindrical-coordinate representation of color #D172D8: hue angle of 295.88º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D172D8 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 114 216 -
CMYK 0.03 0.47 0 0.15
HSL 295.88º 0.57% 0.65% -
HSV(B) 295.88º 0.47% 0.85% -
XYZ 44.71 30.55 68.51 -
YUV 154.03 162.97 167.21 -
System Red Green Blue C M Y K H S L
Decimal 209 114 216 0.03 0.47 0 0.15 295.88 0.57 0.65
Hex D1 72 D8 3 2F 0 F 128 39 41
Octal 321 162 330 3 57 0 17 450 71 101
Binary 11010001 1110010 11011000 11 101111 0 1111 100101000 111001 1000001

Color Harmonies of #D172D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D172D8

Black with #D172D8

Text Example


Text Example

White with #D172D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D172D8; }

 p { color: rgb(209,114,216); }

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

background-color css

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

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

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

border-color css

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

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

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