Html Css Color HEX #D863BF Orchid

📋 copy color: '#D863BF'

red 216 ◦ green 99 ◦ blue 191

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

Shades of Orchid #D863BF

Tints of Orchid #D863BF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.57%

 BLUE value IS 191 (75% from 255) = 37.75%

R = 42.69%
G = 19.57%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D863BF (or 0xD863BF) is known color: Orchid. HEX triplet: D8, 63 and BF. RGB value is (216,99,191). Sum of RGB (Red+Green+Blue) = 216+99+191=506 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.69% from 506); Green value is 99 (39.06% from 255 or 19.57% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 216 - color contains mainly: red. Hex color #D863BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D863BF is #279C40. Grayscale: #909090. Windows color (decimal): -2595905 or 12542936. OLE color: 12542936.

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

Color convert

RGB 216 99 191 -
CMYK 0 0.54 0.12 0.15
HSL 312.82º 0.6% 0.62% -
HSV(B) 312.82º 0.54% 0.85% -
XYZ 42.18 27.28 52.33 -
YUV 144.47 154.26 179.02 -
System Red Green Blue C M Y K H S L
Decimal 216 99 191 0 0.54 0.12 0.15 312.82 0.6 0.62
Hex D8 63 BF 0 36 C F 139 3C 3E
Octal 330 143 277 0 66 14 17 471 74 76
Binary 11011000 1100011 10111111 0 110110 1100 1111 100111001 111100 111110

Color Harmonies of #D863BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D863BF

Black with #D863BF

Text Example


Text Example

White with #D863BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D863BF; }

 p { color: rgb(216,99,191); }

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

background-color css

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

 a { background-color: rgb(216,99,191); }

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

border-color css

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

 span { border-color: rgb(216,99,191); }

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