Html Css Color HEX #D86CBD Orchid

📋 copy color: '#D86CBD'

red 216 ◦ green 108 ◦ blue 189

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

Shades of Orchid #D86CBD

Tints of Orchid #D86CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.84%

R = 42.11%
G = 21.05%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D86CBD (or 0xD86CBD) is known color: Orchid. HEX triplet: D8, 6C and BD. RGB value is (216,108,189). Sum of RGB (Red+Green+Blue) = 216+108+189=513 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.11% from 513); Green value is 108 (42.58% from 255 or 21.05% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 216 - color contains mainly: red. Hex color #D86CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86CBD is #279342. Grayscale: #959595. Windows color (decimal): -2593603 or 12414168. OLE color: 12414168.

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

Color convert

RGB 216 108 189 -
CMYK 0 0.50 0.12 0.15
HSL 315º 0.58% 0.64% -
HSV(B) 315º 0.5% 0.85% -
XYZ 42.87 29 51.48 -
YUV 149.53 150.28 175.41 -
System Red Green Blue C M Y K H S L
Decimal 216 108 189 0 0.50 0.12 0.15 315 0.58 0.64
Hex D8 6C BD 0 32 C F 13B 3A 40
Octal 330 154 275 0 62 14 17 473 72 100
Binary 11011000 1101100 10111101 0 110010 1100 1111 100111011 111010 1000000

Color Harmonies of #D86CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86CBD

Black with #D86CBD

Text Example


Text Example

White with #D86CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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