Html Css Color HEX #D86CBB Orchid

📋 copy color: '#D86CBB'

red 216 ◦ green 108 ◦ blue 187

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

Shades of Orchid #D86CBB

Tints of Orchid #D86CBB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.14%

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

R = 42.27%
G = 21.14%
B = 36.59%

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

#D86CBB (or 0xD86CBB) is known color: Orchid. HEX triplet: D8, 6C and BB. RGB value is (216,108,187). Sum of RGB (Red+Green+Blue) = 216+108+187=511 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.27% from 511); Green value is 108 (42.58% from 255 or 21.14% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 216 - color contains mainly: red. Hex color #D86CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86CBB is #279344. Grayscale: #959595. Windows color (decimal): -2593605 or 12283096. OLE color: 12283096.

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

Color convert

RGB 216 108 187 -
CMYK 0 0.50 0.13 0.15
HSL 316.11º 0.58% 0.64% -
HSV(B) 316.11º 0.5% 0.85% -
XYZ 42.65 28.91 50.35 -
YUV 149.3 149.28 175.58 -
System Red Green Blue C M Y K H S L
Decimal 216 108 187 0 0.50 0.13 0.15 316.11 0.58 0.64
Hex D8 6C BB 0 32 D F 13C 3A 40
Octal 330 154 273 0 62 15 17 474 72 100
Binary 11011000 1101100 10111011 0 110010 1101 1111 100111100 111010 1000000

Color Harmonies of #D86CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86CBB

Black with #D86CBB

Text Example


Text Example

White with #D86CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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