Html Css Color HEX #D172CF Orchid

📋 copy color: '#D172CF'

red 209 ◦ green 114 ◦ blue 207

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

Shades of Orchid #D172CF

Tints of Orchid #D172CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.06%

R = 39.43%
G = 21.51%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D172CF (or 0xD172CF) is known color: Orchid. HEX triplet: D1, 72 and CF. RGB value is (209,114,207). Sum of RGB (Red+Green+Blue) = 209+114+207=530 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.43% from 530); Green value is 114 (44.92% from 255 or 21.51% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 209 - color contains mainly: red. Hex color #D172CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D172CF is #2E8D30. Grayscale: #989898. Windows color (decimal): -3050801 or 13595345. OLE color: 13595345.

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

Color convert

RGB 209 114 207 -
CMYK 0 0.45 0.01 0.18
HSL 301.26º 0.51% 0.63% -
HSV(B) 301.26º 0.45% 0.82% -
XYZ 43.57 30.09 62.54 -
YUV 153.01 158.47 167.94 -
System Red Green Blue C M Y K H S L
Decimal 209 114 207 0 0.45 0.01 0.18 301.26 0.51 0.63
Hex D1 72 CF 0 2D 1 12 12D 33 3F
Octal 321 162 317 0 55 1 22 455 63 77
Binary 11010001 1110010 11001111 0 101101 1 10010 100101101 110011 111111

Color Harmonies of #D172CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D172CF

Black with #D172CF

Text Example


Text Example

White with #D172CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D172CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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