Html Css Color HEX #D17DDC Orchid

📋 copy color: '#D17DDC'

red 209 ◦ green 125 ◦ blue 220

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

Shades of Orchid #D17DDC

Tints of Orchid #D17DDC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.56%

 BLUE value IS 220 (86.33% from 255) = 39.71%

R = 37.73%
G = 22.56%
B = 39.71%

CMYK

 C value IS 0.05

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D17DDC (or 0xD17DDC) is known color: Orchid. HEX triplet: D1, 7D and DC. RGB value is (209,125,220). Sum of RGB (Red+Green+Blue) = 209+125+220=554 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.73% from 554); Green value is 125 (49.22% from 255 or 22.56% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #D17DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17DDC is #2E8223. Grayscale: #A0A0A0. Windows color (decimal): -3047972 or 14450129. OLE color: 14450129.

HSL color Cylindrical-coordinate representation of color #D17DDC: hue angle of 293.05º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D17DDC is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 125 220 -
CMYK 0.05 0.43 0 0.14
HSL 293.05º 0.58% 0.68% -
HSV(B) 293.05º 0.43% 0.86% -
XYZ 46.55 33.39 71.7 -
YUV 160.95 161.33 162.28 -
System Red Green Blue C M Y K H S L
Decimal 209 125 220 0.05 0.43 0 0.14 293.05 0.58 0.68
Hex D1 7D DC 5 2B 0 E 125 3A 44
Octal 321 175 334 5 53 0 16 445 72 104
Binary 11010001 1111101 11011100 101 101011 0 1110 100100101 111010 1000100

Color Harmonies of #D17DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17DDC

Black with #D17DDC

Text Example


Text Example

White with #D17DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17DDC; }

 p { color: rgb(209,125,220); }

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

background-color css

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

 a { background-color: rgb(209,125,220); }

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

border-color css

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

 span { border-color: rgb(209,125,220); }

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