Html Css Color HEX #D17ADF Orchid

📋 copy color: '#D17ADF'

red 209 ◦ green 122 ◦ blue 223

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

Shades of Orchid #D17ADF

Tints of Orchid #D17ADF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.02%

 BLUE value IS 223 (87.5% from 255) = 40.25%

R = 37.73%
G = 22.02%
B = 40.25%

CMYK

 C value IS 0.06

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D17ADF (or 0xD17ADF) is known color: Orchid. HEX triplet: D1, 7A and DF. RGB value is (209,122,223). Sum of RGB (Red+Green+Blue) = 209+122+223=554 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.73% from 554); Green value is 122 (48.05% from 255 or 22.02% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #D17ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17ADF is #2E8520. Grayscale: #9F9F9F. Windows color (decimal): -3048737 or 14645969. OLE color: 14645969.

HSL color Cylindrical-coordinate representation of color #D17ADF: hue angle of 291.68º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D17ADF is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 122 223 -
CMYK 0.06 0.45 0 0.13
HSL 291.68º 0.61% 0.68% -
HSV(B) 291.68º 0.45% 0.87% -
XYZ 46.57 32.8 73.69 -
YUV 159.53 163.82 163.29 -
System Red Green Blue C M Y K H S L
Decimal 209 122 223 0.06 0.45 0 0.13 291.68 0.61 0.68
Hex D1 7A DF 6 2D 0 D 124 3D 44
Octal 321 172 337 6 55 0 15 444 75 104
Binary 11010001 1111010 11011111 110 101101 0 1101 100100100 111101 1000100

Color Harmonies of #D17ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17ADF

Black with #D17ADF

Text Example


Text Example

White with #D17ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17ADF; }

 p { color: rgb(209,122,223); }

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

background-color css

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

 a { background-color: rgb(209,122,223); }

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

border-color css

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

 span { border-color: rgb(209,122,223); }

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