Html Css Color HEX #D867BB Orchid

📋 copy color: '#D867BB'

red 216 ◦ green 103 ◦ blue 187

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

Shades of Orchid #D867BB

Tints of Orchid #D867BB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.36%

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

R = 42.69%
G = 20.36%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D867BB (or 0xD867BB) is known color: Orchid. HEX triplet: D8, 67 and BB. RGB value is (216,103,187). Sum of RGB (Red+Green+Blue) = 216+103+187=506 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.69% from 506); Green value is 103 (40.62% from 255 or 20.36% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 216 - color contains mainly: red. Hex color #D867BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D867BB is #279844. Grayscale: #929292. Windows color (decimal): -2594885 or 12281816. OLE color: 12281816.

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

Color convert

RGB 216 103 187 -
CMYK 0 0.52 0.13 0.15
HSL 315.4º 0.59% 0.63% -
HSV(B) 315.4º 0.52% 0.85% -
XYZ 42.14 27.89 50.18 -
YUV 146.36 150.94 177.67 -
System Red Green Blue C M Y K H S L
Decimal 216 103 187 0 0.52 0.13 0.15 315.4 0.59 0.63
Hex D8 67 BB 0 34 D F 13B 3B 3F
Octal 330 147 273 0 64 15 17 473 73 77
Binary 11011000 1100111 10111011 0 110100 1101 1111 100111011 111011 111111

Color Harmonies of #D867BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D867BB

Black with #D867BB

Text Example


Text Example

White with #D867BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D867BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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