Html Css Color HEX #D864BB Orchid

📋 copy color: '#D864BB'

red 216 ◦ green 100 ◦ blue 187

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

Shades of Orchid #D864BB

Tints of Orchid #D864BB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.88%

 BLUE value IS 187 (73.44% from 255) = 37.18%

R = 42.94%
G = 19.88%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D864BB (or 0xD864BB) is known color: Orchid. HEX triplet: D8, 64 and BB. RGB value is (216,100,187). Sum of RGB (Red+Green+Blue) = 216+100+187=503 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.94% from 503); Green value is 100 (39.45% from 255 or 19.88% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 216 - color contains mainly: red. Hex color #D864BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D864BB is #279B44. Grayscale: #909090. Windows color (decimal): -2595653 or 12281048. OLE color: 12281048.

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

Color convert

RGB 216 100 187 -
CMYK 0 0.54 0.13 0.15
HSL 315º 0.6% 0.62% -
HSV(B) 315º 0.54% 0.85% -
XYZ 41.85 27.3 50.08 -
YUV 144.6 151.93 178.93 -
System Red Green Blue C M Y K H S L
Decimal 216 100 187 0 0.54 0.13 0.15 315 0.6 0.62
Hex D8 64 BB 0 36 D F 13B 3C 3E
Octal 330 144 273 0 66 15 17 473 74 76
Binary 11011000 1100100 10111011 0 110110 1101 1111 100111011 111100 111110

Color Harmonies of #D864BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D864BB

Black with #D864BB

Text Example


Text Example

White with #D864BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D864BB; }

 p { color: rgb(216,100,187); }

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

background-color css

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

 a { background-color: rgb(216,100,187); }

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

border-color css

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

 span { border-color: rgb(216,100,187); }

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