Html Css Color HEX #D868B9 Orchid

📋 copy color: '#D868B9'

red 216 ◦ green 104 ◦ blue 185

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

Shades of Orchid #D868B9

Tints of Orchid #D868B9

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.59%

 BLUE value IS 185 (72.66% from 255) = 36.63%

R = 42.77%
G = 20.59%
B = 36.63%

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

#D868B9 (or 0xD868B9) is known color: Orchid. HEX triplet: D8, 68 and B9. RGB value is (216,104,185). Sum of RGB (Red+Green+Blue) = 216+104+185=505 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.77% from 505); Green value is 104 (41.02% from 255 or 20.59% from 505); Blue value is 185 (72.66% from 255 or 36.63% from 505); Max value from RGB is 216 - color contains mainly: red. Hex color #D868B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D868B9 is #279746. Grayscale: #929292. Windows color (decimal): -2594631 or 12151000. OLE color: 12151000.

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

Color convert

RGB 216 104 185 -
CMYK 0 0.52 0.14 0.15
HSL 316.61º 0.59% 0.63% -
HSV(B) 316.61º 0.52% 0.85% -
XYZ 42.03 28 49.09 -
YUV 146.72 149.61 177.41 -
System Red Green Blue C M Y K H S L
Decimal 216 104 185 0 0.52 0.14 0.15 316.61 0.59 0.63
Hex D8 68 B9 0 34 E F 13D 3B 3F
Octal 330 150 271 0 64 16 17 475 73 77
Binary 11011000 1101000 10111001 0 110100 1110 1111 100111101 111011 111111

Color Harmonies of #D868B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D868B9

Black with #D868B9

Text Example


Text Example

White with #D868B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D868B9; }

 p { color: rgb(216,104,185); }

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

background-color css

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

 a { background-color: rgb(216,104,185); }

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

border-color css

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

 span { border-color: rgb(216,104,185); }

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