Html Css Color HEX #D873E1 Orchid

📋 copy color: '#D873E1'

red 216 ◦ green 115 ◦ blue 225

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

Shades of Orchid #D873E1

Tints of Orchid #D873E1

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.68%

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

R = 38.85%
G = 20.68%
B = 40.47%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D873E1 (or 0xD873E1) is known color: Orchid. HEX triplet: D8, 73 and E1. RGB value is (216,115,225). Sum of RGB (Red+Green+Blue) = 216+115+225=556 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.85% from 556); Green value is 115 (45.31% from 255 or 20.68% from 556); Blue value is 225 (88.28% from 255 or 40.47% from 556); Max value from RGB is 225 - color contains mainly: blue. Hex color #D873E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D873E1 is #278C1E. Grayscale: #9D9D9D. Windows color (decimal): -2591775 or 14775256. OLE color: 14775256.

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

Color convert

RGB 216 115 225 -
CMYK 0.04 0.49 0 0.12
HSL 295.09º 0.65% 0.67% -
HSV(B) 295.09º 0.49% 0.88% -
XYZ 48.04 32.3 74.94 -
YUV 157.74 165.96 169.56 -
System Red Green Blue C M Y K H S L
Decimal 216 115 225 0.04 0.49 0 0.12 295.09 0.65 0.67
Hex D8 73 E1 4 31 0 C 127 41 43
Octal 330 163 341 4 61 0 14 447 101 103
Binary 11011000 1110011 11100001 100 110001 0 1100 100100111 1000001 1000011

Color Harmonies of #D873E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D873E1

Black with #D873E1

Text Example


Text Example

White with #D873E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D873E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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