Html Css Color HEX #D17FDA Orchid

📋 copy color: '#D17FDA'

red 209 ◦ green 127 ◦ blue 218

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

Shades of Orchid #D17FDA

Tints of Orchid #D17FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.35%

R = 37.73%
G = 22.92%
B = 39.35%

CMYK

 C value IS 0.04

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D17FDA (or 0xD17FDA) is known color: Orchid. HEX triplet: D1, 7F and DA. RGB value is (209,127,218). Sum of RGB (Red+Green+Blue) = 209+127+218=554 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.73% from 554); Green value is 127 (50% from 255 or 22.92% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 218 - color contains mainly: blue. Hex color #D17FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17FDA is #2E8025. Grayscale: #A1A1A1. Windows color (decimal): -3047462 or 14319569. OLE color: 14319569.

HSL color Cylindrical-coordinate representation of color #D17FDA: hue angle of 294.07º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D17FDA is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 127 218 -
CMYK 0.04 0.42 0 0.15
HSL 294.07º 0.55% 0.68% -
HSV(B) 294.07º 0.42% 0.85% -
XYZ 46.54 33.8 70.4 -
YUV 161.89 159.67 161.6 -
System Red Green Blue C M Y K H S L
Decimal 209 127 218 0.04 0.42 0 0.15 294.07 0.55 0.68
Hex D1 7F DA 4 2A 0 F 126 37 44
Octal 321 177 332 4 52 0 17 446 67 104
Binary 11010001 1111111 11011010 100 101010 0 1111 100100110 110111 1000100

Color Harmonies of #D17FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17FDA

Black with #D17FDA

Text Example


Text Example

White with #D17FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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