Html Css Color HEX #D871E8 Orchid

📋 copy color: '#D871E8'

red 216 ◦ green 113 ◦ blue 232

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

Shades of Orchid #D871E8

Tints of Orchid #D871E8

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.14%

 BLUE value IS 232 (91.02% from 255) = 41.35%

R = 38.5%
G = 20.14%
B = 41.35%

CMYK

 C value IS 0.07

 M value IS 0.51

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D871E8 (or 0xD871E8) is known color: Orchid. HEX triplet: D8, 71 and E8. RGB value is (216,113,232). Sum of RGB (Red+Green+Blue) = 216+113+232=561 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.50% from 561); Green value is 113 (44.53% from 255 or 20.14% from 561); Blue value is 232 (91.02% from 255 or 41.35% from 561); Max value from RGB is 232 - color contains mainly: blue. Hex color #D871E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D871E8 is #278E17. Grayscale: #9C9C9C. Windows color (decimal): -2592280 or 15233496. OLE color: 15233496.

HSL color Cylindrical-coordinate representation of color #D871E8: hue angle of 291.93º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D871E8 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 216 113 232 -
CMYK 0.07 0.51 0 0.09
HSL 291.93º 0.72% 0.68% -
HSV(B) 291.93º 0.51% 0.91% -
XYZ 48.79 32.24 79.99 -
YUV 157.36 170.12 169.82 -
System Red Green Blue C M Y K H S L
Decimal 216 113 232 0.07 0.51 0 0.09 291.93 0.72 0.68
Hex D8 71 E8 7 33 0 9 124 48 44
Octal 330 161 350 7 63 0 11 444 110 104
Binary 11011000 1110001 11101000 111 110011 0 1001 100100100 1001000 1000100

Color Harmonies of #D871E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D871E8

Black with #D871E8

Text Example


Text Example

White with #D871E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D871E8; }

 p { color: rgb(216,113,232); }

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

background-color css

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

 a { background-color: rgb(216,113,232); }

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

border-color css

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

 span { border-color: rgb(216,113,232); }

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