Html Css Color HEX #D17FD6 Orchid

📋 copy color: '#D17FD6'

red 209 ◦ green 127 ◦ blue 214

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

Shades of Orchid #D17FD6

Tints of Orchid #D17FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.91%

R = 38%
G = 23.09%
B = 38.91%

CMYK

 C value IS 0.02

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D17FD6 (or 0xD17FD6) is known color: Orchid. HEX triplet: D1, 7F and D6. RGB value is (209,127,214). Sum of RGB (Red+Green+Blue) = 209+127+214=550 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38% from 550); Green value is 127 (50% from 255 or 23.09% from 550); Blue value is 214 (83.98% from 255 or 38.91% from 550); Max value from RGB is 214 - color contains mainly: blue. Hex color #D17FD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17FD6 is #2E8029. Grayscale: #A1A1A1. Windows color (decimal): -3047466 or 14057425. OLE color: 14057425.

HSL color Cylindrical-coordinate representation of color #D17FD6: hue angle of 296.55º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D17FD6 is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 127 214 -
CMYK 0.02 0.41 0 0.16
HSL 296.55º 0.51% 0.67% -
HSV(B) 296.55º 0.41% 0.84% -
XYZ 46.02 33.59 67.68 -
YUV 161.44 157.67 161.93 -
System Red Green Blue C M Y K H S L
Decimal 209 127 214 0.02 0.41 0 0.16 296.55 0.51 0.67
Hex D1 7F D6 2 29 0 10 129 33 43
Octal 321 177 326 2 51 0 20 451 63 103
Binary 11010001 1111111 11010110 10 101001 0 10000 100101001 110011 1000011

Color Harmonies of #D17FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17FD6

Black with #D17FD6

Text Example


Text Example

White with #D17FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17FD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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