Html Css Color HEX #D170DD Orchid

📋 copy color: '#D170DD'

red 209 ◦ green 112 ◦ blue 221

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

Shades of Orchid #D170DD

Tints of Orchid #D170DD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.66%

 BLUE value IS 221 (86.72% from 255) = 40.77%

R = 38.56%
G = 20.66%
B = 40.77%

CMYK

 C value IS 0.05

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D170DD (or 0xD170DD) is known color: Orchid. HEX triplet: D1, 70 and DD. RGB value is (209,112,221). Sum of RGB (Red+Green+Blue) = 209+112+221=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 112 (44.14% from 255 or 20.66% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #D170DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D170DD is #2E8F22. Grayscale: #999999. Windows color (decimal): -3051299 or 14512337. OLE color: 14512337.

HSL color Cylindrical-coordinate representation of color #D170DD: hue angle of 293.39º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D170DD is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 112 221 -
CMYK 0.05 0.49 0 0.13
HSL 293.39º 0.62% 0.65% -
HSV(B) 293.39º 0.49% 0.87% -
XYZ 45.14 30.36 71.89 -
YUV 153.43 166.14 167.64 -
System Red Green Blue C M Y K H S L
Decimal 209 112 221 0.05 0.49 0 0.13 293.39 0.62 0.65
Hex D1 70 DD 5 31 0 D 125 3E 41
Octal 321 160 335 5 61 0 15 445 76 101
Binary 11010001 1110000 11011101 101 110001 0 1101 100100101 111110 1000001

Color Harmonies of #D170DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D170DD

Black with #D170DD

Text Example


Text Example

White with #D170DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D170DD; }

 p { color: rgb(209,112,221); }

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

background-color css

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

 a { background-color: rgb(209,112,221); }

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

border-color css

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

 span { border-color: rgb(209,112,221); }

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