Html Css Color HEX #D86BB8 Orchid

📋 copy color: '#D86BB8'

red 216 ◦ green 107 ◦ blue 184

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

Shades of Orchid #D86BB8

Tints of Orchid #D86BB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.29%

R = 42.6%
G = 21.1%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D86BB8 (or 0xD86BB8) is known color: Orchid. HEX triplet: D8, 6B and B8. RGB value is (216,107,184). Sum of RGB (Red+Green+Blue) = 216+107+184=507 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.60% from 507); Green value is 107 (42.19% from 255 or 21.10% from 507); Blue value is 184 (72.27% from 255 or 36.29% from 507); Max value from RGB is 216 - color contains mainly: red. Hex color #D86BB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86BB8 is #279447. Grayscale: #949494. Windows color (decimal): -2593864 or 12086232. OLE color: 12086232.

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

Color convert

RGB 216 107 184 -
CMYK 0 0.50 0.15 0.15
HSL 317.61º 0.58% 0.63% -
HSV(B) 317.61º 0.5% 0.85% -
XYZ 42.23 28.58 48.64 -
YUV 148.37 148.11 176.24 -
System Red Green Blue C M Y K H S L
Decimal 216 107 184 0 0.50 0.15 0.15 317.61 0.58 0.63
Hex D8 6B B8 0 32 F F 13E 3A 3F
Octal 330 153 270 0 62 17 17 476 72 77
Binary 11011000 1101011 10111000 0 110010 1111 1111 100111110 111010 111111

Color Harmonies of #D86BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86BB8

Black with #D86BB8

Text Example


Text Example

White with #D86BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86BB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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