Html Css Color HEX #D872BC Orchid

📋 copy color: '#D872BC'

red 216 ◦ green 114 ◦ blue 188

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

Shades of Orchid #D872BC

Tints of Orchid #D872BC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.01%

 BLUE value IS 188 (73.83% from 255) = 36.29%

R = 41.7%
G = 22.01%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D872BC (or 0xD872BC) is known color: Orchid. HEX triplet: D8, 72 and BC. RGB value is (216,114,188). Sum of RGB (Red+Green+Blue) = 216+114+188=518 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.70% from 518); Green value is 114 (44.92% from 255 or 22.01% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 216 - color contains mainly: red. Hex color #D872BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D872BC is #278D43. Grayscale: #989898. Windows color (decimal): -2592068 or 12350168. OLE color: 12350168.

HSL color Cylindrical-coordinate representation of color #D872BC: hue angle of 316.47º degrees, saturation: 0.57, 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 #D872BC is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 114 188 -
CMYK 0 0.47 0.13 0.15
HSL 316.47º 0.57% 0.65% -
HSV(B) 316.47º 0.47% 0.85% -
XYZ 43.41 30.26 51.13 -
YUV 152.93 147.79 172.98 -
System Red Green Blue C M Y K H S L
Decimal 216 114 188 0 0.47 0.13 0.15 316.47 0.57 0.65
Hex D8 72 BC 0 2F D F 13C 39 41
Octal 330 162 274 0 57 15 17 474 71 101
Binary 11011000 1110010 10111100 0 101111 1101 1111 100111100 111001 1000001

Color Harmonies of #D872BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D872BC

Black with #D872BC

Text Example


Text Example

White with #D872BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D872BC; }

 p { color: rgb(216,114,188); }

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

background-color css

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

 a { background-color: rgb(216,114,188); }

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

border-color css

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

 span { border-color: rgb(216,114,188); }

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