Html Css Color HEX #D86BBB Orchid

📋 copy color: '#D86BBB'

red 216 ◦ green 107 ◦ blue 187

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

Shades of Orchid #D86BBB

Tints of Orchid #D86BBB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.98%

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

R = 42.35%
G = 20.98%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D86BBB (or 0xD86BBB) is known color: Orchid. HEX triplet: D8, 6B and BB. RGB value is (216,107,187). Sum of RGB (Red+Green+Blue) = 216+107+187=510 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.35% from 510); Green value is 107 (42.19% from 255 or 20.98% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 216 - color contains mainly: red. Hex color #D86BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86BBB is #279444. Grayscale: #949494. Windows color (decimal): -2593861 or 12282840. OLE color: 12282840.

HSL color Cylindrical-coordinate representation of color #D86BBB: hue angle of 315.96º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D86BBB is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 107 187 -
CMYK 0 0.50 0.13 0.15
HSL 315.96º 0.58% 0.63% -
HSV(B) 315.96º 0.5% 0.85% -
XYZ 42.55 28.7 50.31 -
YUV 148.71 149.61 176 -
System Red Green Blue C M Y K H S L
Decimal 216 107 187 0 0.50 0.13 0.15 315.96 0.58 0.63
Hex D8 6B BB 0 32 D F 13C 3A 3F
Octal 330 153 273 0 62 15 17 474 72 77
Binary 11011000 1101011 10111011 0 110010 1101 1111 100111100 111010 111111

Color Harmonies of #D86BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86BBB

Black with #D86BBB

Text Example


Text Example

White with #D86BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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