Html Css Color HEX #D172C4 Orchid

📋 copy color: '#D172C4'

red 209 ◦ green 114 ◦ blue 196

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

Shades of Orchid #D172C4

Tints of Orchid #D172C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.76%

R = 40.27%
G = 21.97%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D172C4 (or 0xD172C4) is known color: Orchid. HEX triplet: D1, 72 and C4. RGB value is (209,114,196). Sum of RGB (Red+Green+Blue) = 209+114+196=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 114 (44.92% from 255 or 21.97% from 519); Blue value is 196 (76.95% from 255 or 37.76% from 519); Max value from RGB is 209 - color contains mainly: red. Hex color #D172C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D172C4 is #2E8D3B. Grayscale: #979797. Windows color (decimal): -3050812 or 12874449. OLE color: 12874449.

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

Color convert

RGB 209 114 196 -
CMYK 0 0.45 0.06 0.18
HSL 308.21º 0.51% 0.63% -
HSV(B) 308.21º 0.45% 0.82% -
XYZ 42.28 29.58 55.71 -
YUV 151.75 152.97 168.83 -
System Red Green Blue C M Y K H S L
Decimal 209 114 196 0 0.45 0.06 0.18 308.21 0.51 0.63
Hex D1 72 C4 0 2D 6 12 134 33 3F
Octal 321 162 304 0 55 6 22 464 63 77
Binary 11010001 1110010 11000100 0 101101 110 10010 100110100 110011 111111

Color Harmonies of #D172C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D172C4

Black with #D172C4

Text Example


Text Example

White with #D172C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D172C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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