Html Css Color HEX #D171CF Orchid

📋 copy color: '#D171CF'

red 209 ◦ green 113 ◦ blue 207

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

Shades of Orchid #D171CF

Tints of Orchid #D171CF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.36%

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

R = 39.51%
G = 21.36%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D171CF (or 0xD171CF) is known color: Orchid. HEX triplet: D1, 71 and CF. RGB value is (209,113,207). Sum of RGB (Red+Green+Blue) = 209+113+207=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 113 (44.53% from 255 or 21.36% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 209 - color contains mainly: red. Hex color #D171CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D171CF is #2E8E30. Grayscale: #989898. Windows color (decimal): -3051057 or 13595089. OLE color: 13595089.

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

Color convert

RGB 209 113 207 -
CMYK 0 0.46 0.01 0.18
HSL 301.25º 0.51% 0.63% -
HSV(B) 301.25º 0.46% 0.82% -
XYZ 43.46 29.87 62.51 -
YUV 152.42 158.8 168.36 -
System Red Green Blue C M Y K H S L
Decimal 209 113 207 0 0.46 0.01 0.18 301.25 0.51 0.63
Hex D1 71 CF 0 2E 1 12 12D 33 3F
Octal 321 161 317 0 56 1 22 455 63 77
Binary 11010001 1110001 11001111 0 101110 1 10010 100101101 110011 111111

Color Harmonies of #D171CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D171CF

Black with #D171CF

Text Example


Text Example

White with #D171CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D171CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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