Html Css Color HEX #D867BA Orchid

📋 copy color: '#D867BA'

red 216 ◦ green 103 ◦ blue 186

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

Shades of Orchid #D867BA

Tints of Orchid #D867BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.83%

R = 42.77%
G = 20.4%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D867BA (or 0xD867BA) is known color: Orchid. HEX triplet: D8, 67 and BA. RGB value is (216,103,186). Sum of RGB (Red+Green+Blue) = 216+103+186=505 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.77% from 505); Green value is 103 (40.62% from 255 or 20.40% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 216 - color contains mainly: red. Hex color #D867BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D867BA is #279845. Grayscale: #929292. Windows color (decimal): -2594886 or 12216280. OLE color: 12216280.

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

Color convert

RGB 216 103 186 -
CMYK 0 0.52 0.14 0.15
HSL 315.93º 0.59% 0.63% -
HSV(B) 315.93º 0.52% 0.85% -
XYZ 42.03 27.84 49.61 -
YUV 146.25 150.44 177.75 -
System Red Green Blue C M Y K H S L
Decimal 216 103 186 0 0.52 0.14 0.15 315.93 0.59 0.63
Hex D8 67 BA 0 34 E F 13C 3B 3F
Octal 330 147 272 0 64 16 17 474 73 77
Binary 11011000 1100111 10111010 0 110100 1110 1111 100111100 111011 111111

Color Harmonies of #D867BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D867BA

Black with #D867BA

Text Example


Text Example

White with #D867BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D867BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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