Html Css Color HEX #D172C6 Orchid

📋 copy color: '#D172C6'

red 209 ◦ green 114 ◦ blue 198

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

Shades of Orchid #D172C6

Tints of Orchid #D172C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38%

R = 40.12%
G = 21.88%
B = 38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D172C6 (or 0xD172C6) is known color: Orchid. HEX triplet: D1, 72 and C6. RGB value is (209,114,198). Sum of RGB (Red+Green+Blue) = 209+114+198=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 114 (44.92% from 255 or 21.88% from 521); Blue value is 198 (77.73% from 255 or 38.00% from 521); Max value from RGB is 209 - color contains mainly: red. Hex color #D172C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D172C6 is #2E8D39. Grayscale: #979797. Windows color (decimal): -3050810 or 13005521. OLE color: 13005521.

HSL color Cylindrical-coordinate representation of color #D172C6: hue angle of 306.95º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D172C6 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 114 198 -
CMYK 0 0.45 0.05 0.18
HSL 306.95º 0.51% 0.63% -
HSV(B) 306.95º 0.45% 0.82% -
XYZ 42.5 29.67 56.91 -
YUV 151.98 153.97 168.67 -
System Red Green Blue C M Y K H S L
Decimal 209 114 198 0 0.45 0.05 0.18 306.95 0.51 0.63
Hex D1 72 C6 0 2D 5 12 133 33 3F
Octal 321 162 306 0 55 5 22 463 63 77
Binary 11010001 1110010 11000110 0 101101 101 10010 100110011 110011 111111

Color Harmonies of #D172C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D172C6

Black with #D172C6

Text Example


Text Example

White with #D172C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D172C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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