Html Css Color HEX #D17ACD Orchid

📋 copy color: '#D17ACD'

red 209 ◦ green 122 ◦ blue 205

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

Shades of Orchid #D17ACD

Tints of Orchid #D17ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.25%

R = 38.99%
G = 22.76%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D17ACD (or 0xD17ACD) is known color: Orchid. HEX triplet: D1, 7A and CD. RGB value is (209,122,205). Sum of RGB (Red+Green+Blue) = 209+122+205=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 122 (48.05% from 255 or 22.76% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 209 - color contains mainly: red. Hex color #D17ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17ACD is #2E8532. Grayscale: #9D9D9D. Windows color (decimal): -3048755 or 13466321. OLE color: 13466321.

HSL color Cylindrical-coordinate representation of color #D17ACD: hue angle of 302.76º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D17ACD is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 122 205 -
CMYK 0 0.42 0.02 0.18
HSL 302.76º 0.49% 0.65% -
HSV(B) 302.76º 0.42% 0.82% -
XYZ 44.27 31.88 61.58 -
YUV 157.48 154.82 164.75 -
System Red Green Blue C M Y K H S L
Decimal 209 122 205 0 0.42 0.02 0.18 302.76 0.49 0.65
Hex D1 7A CD 0 2A 2 12 12F 31 41
Octal 321 172 315 0 52 2 22 457 61 101
Binary 11010001 1111010 11001101 0 101010 10 10010 100101111 110001 1000001

Color Harmonies of #D17ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17ACD

Black with #D17ACD

Text Example


Text Example

White with #D17ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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