Html Css Color HEX #D17ADA Orchid

📋 copy color: '#D17ADA'

red 209 ◦ green 122 ◦ blue 218

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

Shades of Orchid #D17ADA

Tints of Orchid #D17ADA

RGB

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

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

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

R = 38.07%
G = 22.22%
B = 39.71%

CMYK

 C value IS 0.04

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D17ADA (or 0xD17ADA) is known color: Orchid. HEX triplet: D1, 7A and DA. RGB value is (209,122,218). Sum of RGB (Red+Green+Blue) = 209+122+218=549 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.07% from 549); Green value is 122 (48.05% from 255 or 22.22% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 218 - color contains mainly: blue. Hex color #D17ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17ADA is #2E8525. Grayscale: #9E9E9E. Windows color (decimal): -3048742 or 14318289. OLE color: 14318289.

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

Color convert

RGB 209 122 218 -
CMYK 0.04 0.44 0 0.15
HSL 294.38º 0.56% 0.67% -
HSV(B) 294.38º 0.44% 0.85% -
XYZ 45.91 32.54 70.19 -
YUV 158.96 161.32 163.69 -
System Red Green Blue C M Y K H S L
Decimal 209 122 218 0.04 0.44 0 0.15 294.38 0.56 0.67
Hex D1 7A DA 4 2C 0 F 126 38 43
Octal 321 172 332 4 54 0 17 446 70 103
Binary 11010001 1111010 11011010 100 101100 0 1111 100100110 111000 1000011

Color Harmonies of #D17ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17ADA

Black with #D17ADA

Text Example


Text Example

White with #D17ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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