Html Css Color HEX #D870DF Orchid

📋 copy color: '#D870DF'

red 216 ◦ green 112 ◦ blue 223

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

Shades of Orchid #D870DF

Tints of Orchid #D870DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.47%

R = 39.2%
G = 20.33%
B = 40.47%

CMYK

 C value IS 0.03

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D870DF (or 0xD870DF) is known color: Orchid. HEX triplet: D8, 70 and DF. RGB value is (216,112,223). Sum of RGB (Red+Green+Blue) = 216+112+223=551 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.20% from 551); Green value is 112 (44.14% from 255 or 20.33% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 223 - color contains mainly: blue. Hex color #D870DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D870DF is #278F20. Grayscale: #9B9B9B. Windows color (decimal): -2592545 or 14643416. OLE color: 14643416.

HSL color Cylindrical-coordinate representation of color #D870DF: hue angle of 296.22º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D870DF is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 112 223 -
CMYK 0.03 0.50 0 0.13
HSL 296.22º 0.63% 0.66% -
HSV(B) 296.22º 0.5% 0.87% -
XYZ 47.43 31.51 73.4 -
YUV 155.75 165.96 170.97 -
System Red Green Blue C M Y K H S L
Decimal 216 112 223 0.03 0.50 0 0.13 296.22 0.63 0.66
Hex D8 70 DF 3 32 0 D 128 3F 42
Octal 330 160 337 3 62 0 15 450 77 102
Binary 11011000 1110000 11011111 11 110010 0 1101 100101000 111111 1000010

Color Harmonies of #D870DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D870DF

Black with #D870DF

Text Example


Text Example

White with #D870DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D870DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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