Html Css Color HEX #D870E1 Orchid

📋 copy color: '#D870E1'

red 216 ◦ green 112 ◦ blue 225

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

Shades of Orchid #D870E1

Tints of Orchid #D870E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.69%

R = 39.06%
G = 20.25%
B = 40.69%

CMYK

 C value IS 0.04

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D870E1 (or 0xD870E1) is known color: Orchid. HEX triplet: D8, 70 and E1. RGB value is (216,112,225). Sum of RGB (Red+Green+Blue) = 216+112+225=553 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.06% from 553); Green value is 112 (44.14% from 255 or 20.25% from 553); Blue value is 225 (88.28% from 255 or 40.69% from 553); Max value from RGB is 225 - color contains mainly: blue. Hex color #D870E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D870E1 is #278F1E. Grayscale: #9B9B9B. Windows color (decimal): -2592543 or 14774488. OLE color: 14774488.

HSL color Cylindrical-coordinate representation of color #D870E1: hue angle of 295.22º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D870E1 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 216 112 225 -
CMYK 0.04 0.50 0 0.12
HSL 295.22º 0.65% 0.66% -
HSV(B) 295.22º 0.5% 0.88% -
XYZ 47.7 31.62 74.82 -
YUV 155.98 166.96 170.81 -
System Red Green Blue C M Y K H S L
Decimal 216 112 225 0.04 0.50 0 0.12 295.22 0.65 0.66
Hex D8 70 E1 4 32 0 C 127 41 42
Octal 330 160 341 4 62 0 14 447 101 102
Binary 11011000 1110000 11100001 100 110010 0 1100 100100111 1000001 1000010

Color Harmonies of #D870E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D870E1

Black with #D870E1

Text Example


Text Example

White with #D870E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D870E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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