Html Css Color HEX #D870D1 Orchid

📋 copy color: '#D870D1'

red 216 ◦ green 112 ◦ blue 209

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

Shades of Orchid #D870D1

Tints of Orchid #D870D1

RGB

 RED value IS 216 (84.77% from 255) = 40.22%

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

 BLUE value IS 209 (82.03% from 255) = 38.92%

R = 40.22%
G = 20.86%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D870D1 (or 0xD870D1) is known color: Orchid. HEX triplet: D8, 70 and D1. RGB value is (216,112,209). Sum of RGB (Red+Green+Blue) = 216+112+209=537 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.22% from 537); Green value is 112 (44.14% from 255 or 20.86% from 537); Blue value is 209 (82.03% from 255 or 38.92% from 537); Max value from RGB is 216 - color contains mainly: red. Hex color #D870D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D870D1 is #278F2E. Grayscale: #999999. Windows color (decimal): -2592559 or 13725912. OLE color: 13725912.

HSL color Cylindrical-coordinate representation of color #D870D1: hue angle of 304.04º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D870D1 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 112 209 -
CMYK 0 0.48 0.03 0.15
HSL 304.04º 0.57% 0.64% -
HSV(B) 304.04º 0.48% 0.85% -
XYZ 45.62 30.79 63.86 -
YUV 154.15 158.96 172.11 -
System Red Green Blue C M Y K H S L
Decimal 216 112 209 0 0.48 0.03 0.15 304.04 0.57 0.64
Hex D8 70 D1 0 30 3 F 130 39 40
Octal 330 160 321 0 60 3 17 460 71 100
Binary 11011000 1110000 11010001 0 110000 11 1111 100110000 111001 1000000

Color Harmonies of #D870D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D870D1

Black with #D870D1

Text Example


Text Example

White with #D870D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D870D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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