Html Css Color HEX #D86FE1 Orchid

📋 copy color: '#D86FE1'

red 216 ◦ green 111 ◦ blue 225

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

Shades of Orchid #D86FE1

Tints of Orchid #D86FE1

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.11%

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

R = 39.13%
G = 20.11%
B = 40.76%

CMYK

 C value IS 0.04

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D86FE1 (or 0xD86FE1) is known color: Orchid. HEX triplet: D8, 6F and E1. RGB value is (216,111,225). Sum of RGB (Red+Green+Blue) = 216+111+225=552 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.13% from 552); Green value is 111 (43.75% from 255 or 20.11% from 552); Blue value is 225 (88.28% from 255 or 40.76% from 552); Max value from RGB is 225 - color contains mainly: blue. Hex color #D86FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86FE1 is #27901E. Grayscale: #9B9B9B. Windows color (decimal): -2592799 or 14774232. OLE color: 14774232.

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

Color convert

RGB 216 111 225 -
CMYK 0.04 0.51 0 0.12
HSL 295.26º 0.66% 0.66% -
HSV(B) 295.26º 0.51% 0.88% -
XYZ 47.59 31.4 74.79 -
YUV 155.39 167.29 171.23 -
System Red Green Blue C M Y K H S L
Decimal 216 111 225 0.04 0.51 0 0.12 295.26 0.66 0.66
Hex D8 6F E1 4 33 0 C 127 42 42
Octal 330 157 341 4 63 0 14 447 102 102
Binary 11011000 1101111 11100001 100 110011 0 1100 100100111 1000010 1000010

Color Harmonies of #D86FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86FE1

Black with #D86FE1

Text Example


Text Example

White with #D86FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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