Html Css Color HEX #D17FDC Orchid

📋 copy color: '#D17FDC'

red 209 ◦ green 127 ◦ blue 220

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

Shades of Orchid #D17FDC

Tints of Orchid #D17FDC

RGB

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

 GREEN value IS 127 (50% from 255) = 22.84%

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

R = 37.59%
G = 22.84%
B = 39.57%

CMYK

 C value IS 0.05

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D17FDC (or 0xD17FDC) is known color: Orchid. HEX triplet: D1, 7F and DC. RGB value is (209,127,220). Sum of RGB (Red+Green+Blue) = 209+127+220=556 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.59% from 556); Green value is 127 (50% from 255 or 22.84% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #D17FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17FDC is #2E8023. Grayscale: #A1A1A1. Windows color (decimal): -3047460 or 14450641. OLE color: 14450641.

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

Color convert

RGB 209 127 220 -
CMYK 0.05 0.42 0 0.14
HSL 292.9º 0.57% 0.68% -
HSV(B) 292.9º 0.42% 0.86% -
XYZ 46.8 33.9 71.79 -
YUV 162.12 160.67 161.44 -
System Red Green Blue C M Y K H S L
Decimal 209 127 220 0.05 0.42 0 0.14 292.9 0.57 0.68
Hex D1 7F DC 5 2A 0 E 125 39 44
Octal 321 177 334 5 52 0 16 445 71 104
Binary 11010001 1111111 11011100 101 101010 0 1110 100100101 111001 1000100

Color Harmonies of #D17FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17FDC

Black with #D17FDC

Text Example


Text Example

White with #D17FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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