Html Css Color HEX #D870D0 Orchid

📋 copy color: '#D870D0'

red 216 ◦ green 112 ◦ blue 208

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

Shades of Orchid #D870D0

Tints of Orchid #D870D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.81%

R = 40.3%
G = 20.9%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D870D0 (or 0xD870D0) is known color: Orchid. HEX triplet: D8, 70 and D0. RGB value is (216,112,208). Sum of RGB (Red+Green+Blue) = 216+112+208=536 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.30% from 536); Green value is 112 (44.14% from 255 or 20.90% from 536); Blue value is 208 (81.64% from 255 or 38.81% from 536); Max value from RGB is 216 - color contains mainly: red. Hex color #D870D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D870D0 is #278F2F. Grayscale: #999999. Windows color (decimal): -2592560 or 13660376. OLE color: 13660376.

HSL color Cylindrical-coordinate representation of color #D870D0: hue angle of 304.62º 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 #D870D0 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 112 208 -
CMYK 0 0.48 0.04 0.15
HSL 304.62º 0.57% 0.64% -
HSV(B) 304.62º 0.48% 0.85% -
XYZ 45.5 30.74 63.21 -
YUV 154.04 158.46 172.19 -
System Red Green Blue C M Y K H S L
Decimal 216 112 208 0 0.48 0.04 0.15 304.62 0.57 0.64
Hex D8 70 D0 0 30 4 F 131 39 40
Octal 330 160 320 0 60 4 17 461 71 100
Binary 11011000 1110000 11010000 0 110000 100 1111 100110001 111001 1000000

Color Harmonies of #D870D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D870D0

Black with #D870D0

Text Example


Text Example

White with #D870D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D870D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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