Html Css Color HEX #D172DC Orchid

📋 copy color: '#D172DC'

red 209 ◦ green 114 ◦ blue 220

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

Shades of Orchid #D172DC

Tints of Orchid #D172DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.52%

R = 38.49%
G = 20.99%
B = 40.52%

CMYK

 C value IS 0.05

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D172DC (or 0xD172DC) is known color: Orchid. HEX triplet: D1, 72 and DC. RGB value is (209,114,220). Sum of RGB (Red+Green+Blue) = 209+114+220=543 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.49% from 543); Green value is 114 (44.92% from 255 or 20.99% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #D172DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D172DC is #2E8D23. Grayscale: #9A9A9A. Windows color (decimal): -3050788 or 14447313. OLE color: 14447313.

HSL color Cylindrical-coordinate representation of color #D172DC: hue angle of 293.77º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D172DC is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 114 220 -
CMYK 0.05 0.48 0 0.14
HSL 293.77º 0.6% 0.65% -
HSV(B) 293.77º 0.48% 0.86% -
XYZ 45.23 30.76 71.26 -
YUV 154.49 164.97 166.88 -
System Red Green Blue C M Y K H S L
Decimal 209 114 220 0.05 0.48 0 0.14 293.77 0.6 0.65
Hex D1 72 DC 5 30 0 E 126 3C 41
Octal 321 162 334 5 60 0 16 446 74 101
Binary 11010001 1110010 11011100 101 110000 0 1110 100100110 111100 1000001

Color Harmonies of #D172DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D172DC

Black with #D172DC

Text Example


Text Example

White with #D172DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D172DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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