Html Css Color HEX #D875BE Orchid

📋 copy color: '#D875BE'

red 216 ◦ green 117 ◦ blue 190

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

Shades of Orchid #D875BE

Tints of Orchid #D875BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.33%

R = 41.3%
G = 22.37%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D875BE (or 0xD875BE) is known color: Orchid. HEX triplet: D8, 75 and BE. RGB value is (216,117,190). Sum of RGB (Red+Green+Blue) = 216+117+190=523 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.30% from 523); Green value is 117 (46.09% from 255 or 22.37% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 216 - color contains mainly: red. Hex color #D875BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D875BE is #278A41. Grayscale: #9A9A9A. Windows color (decimal): -2591298 or 12482008. OLE color: 12482008.

HSL color Cylindrical-coordinate representation of color #D875BE: hue angle of 315.76º 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 #D875BE is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 117 190 -
CMYK 0 0.46 0.12 0.15
HSL 315.76º 0.56% 0.65% -
HSV(B) 315.76º 0.46% 0.85% -
XYZ 43.97 31.04 52.39 -
YUV 154.92 147.8 171.56 -
System Red Green Blue C M Y K H S L
Decimal 216 117 190 0 0.46 0.12 0.15 315.76 0.56 0.65
Hex D8 75 BE 0 2E C F 13C 38 41
Octal 330 165 276 0 56 14 17 474 70 101
Binary 11011000 1110101 10111110 0 101110 1100 1111 100111100 111000 1000001

Color Harmonies of #D875BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D875BE

Black with #D875BE

Text Example


Text Example

White with #D875BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D875BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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