Html Css Color HEX #D875BC Orchid

📋 copy color: '#D875BC'

red 216 ◦ green 117 ◦ blue 188

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

Shades of Orchid #D875BC

Tints of Orchid #D875BC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.46%

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

R = 41.46%
G = 22.46%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D875BC (or 0xD875BC) is known color: Orchid. HEX triplet: D8, 75 and BC. RGB value is (216,117,188). Sum of RGB (Red+Green+Blue) = 216+117+188=521 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.46% from 521); Green value is 117 (46.09% from 255 or 22.46% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 216 - color contains mainly: red. Hex color #D875BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D875BC is #278A43. Grayscale: #9A9A9A. Windows color (decimal): -2591300 or 12350936. OLE color: 12350936.

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

Color convert

RGB 216 117 188 -
CMYK 0 0.46 0.13 0.15
HSL 316.97º 0.56% 0.65% -
HSV(B) 316.97º 0.46% 0.85% -
XYZ 43.76 30.95 51.25 -
YUV 154.7 146.8 171.73 -
System Red Green Blue C M Y K H S L
Decimal 216 117 188 0 0.46 0.13 0.15 316.97 0.56 0.65
Hex D8 75 BC 0 2E D F 13D 38 41
Octal 330 165 274 0 56 15 17 475 70 101
Binary 11011000 1110101 10111100 0 101110 1101 1111 100111101 111000 1000001

Color Harmonies of #D875BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D875BC

Black with #D875BC

Text Example


Text Example

White with #D875BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D875BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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