Html Css Color HEX #D873DA Orchid

📋 copy color: '#D873DA'

red 216 ◦ green 115 ◦ blue 218

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

Shades of Orchid #D873DA

Tints of Orchid #D873DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.71%

R = 39.34%
G = 20.95%
B = 39.71%

CMYK

 C value IS 0.01

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D873DA (or 0xD873DA) is known color: Orchid. HEX triplet: D8, 73 and DA. RGB value is (216,115,218). Sum of RGB (Red+Green+Blue) = 216+115+218=549 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.34% from 549); Green value is 115 (45.31% from 255 or 20.95% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 218 - color contains mainly: blue. Hex color #D873DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D873DA is #278C25. Grayscale: #9C9C9C. Windows color (decimal): -2591782 or 14316504. OLE color: 14316504.

HSL color Cylindrical-coordinate representation of color #D873DA: hue angle of 298.83º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D873DA is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 115 218 -
CMYK 0.01 0.47 0 0.15
HSL 298.84º 0.58% 0.65% -
HSV(B) 298.84º 0.47% 0.85% -
XYZ 47.1 31.92 70.01 -
YUV 156.94 162.46 170.12 -
System Red Green Blue C M Y K H S L
Decimal 216 115 218 0.01 0.47 0 0.15 298.84 0.58 0.65
Hex D8 73 DA 1 2F 0 F 12B 3A 41
Octal 330 163 332 1 57 0 17 453 72 101
Binary 11011000 1110011 11011010 1 101111 0 1111 100101011 111010 1000001

Color Harmonies of #D873DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D873DA

Black with #D873DA

Text Example


Text Example

White with #D873DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D873DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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