Html Css Color HEX #D86BBE Orchid

📋 copy color: '#D86BBE'

red 216 ◦ green 107 ◦ blue 190

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

Shades of Orchid #D86BBE

Tints of Orchid #D86BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.04%

R = 42.11%
G = 20.86%
B = 37.04%

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

#D86BBE (or 0xD86BBE) is known color: Orchid. HEX triplet: D8, 6B and BE. RGB value is (216,107,190). Sum of RGB (Red+Green+Blue) = 216+107+190=513 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.11% from 513); Green value is 107 (42.19% from 255 or 20.86% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 216 - color contains mainly: red. Hex color #D86BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86BBE is #279441. Grayscale: #949494. Windows color (decimal): -2593858 or 12479448. OLE color: 12479448.

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

Color convert

RGB 216 107 190 -
CMYK 0 0.50 0.12 0.15
HSL 314.31º 0.58% 0.63% -
HSV(B) 314.31º 0.5% 0.85% -
XYZ 42.87 28.83 52.02 -
YUV 149.05 151.11 175.75 -
System Red Green Blue C M Y K H S L
Decimal 216 107 190 0 0.50 0.12 0.15 314.31 0.58 0.63
Hex D8 6B BE 0 32 C F 13A 3A 3F
Octal 330 153 276 0 62 14 17 472 72 77
Binary 11011000 1101011 10111110 0 110010 1100 1111 100111010 111010 111111

Color Harmonies of #D86BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86BBE

Black with #D86BBE

Text Example


Text Example

White with #D86BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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