Html Css Color HEX #D868BB Orchid

📋 copy color: '#D868BB'

red 216 ◦ green 104 ◦ blue 187

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

Shades of Orchid #D868BB

Tints of Orchid #D868BB

RGB

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

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

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

R = 42.6%
G = 20.51%
B = 36.88%

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

#D868BB (or 0xD868BB) is known color: Orchid. HEX triplet: D8, 68 and BB. RGB value is (216,104,187). Sum of RGB (Red+Green+Blue) = 216+104+187=507 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.60% from 507); Green value is 104 (41.02% from 255 or 20.51% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 216 - color contains mainly: red. Hex color #D868BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D868BB is #279744. Grayscale: #929292. Windows color (decimal): -2594629 or 12282072. OLE color: 12282072.

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

Color convert

RGB 216 104 187 -
CMYK 0 0.52 0.13 0.15
HSL 315.54º 0.59% 0.63% -
HSV(B) 315.54º 0.52% 0.85% -
XYZ 42.24 28.09 50.21 -
YUV 146.95 150.61 177.25 -
System Red Green Blue C M Y K H S L
Decimal 216 104 187 0 0.52 0.13 0.15 315.54 0.59 0.63
Hex D8 68 BB 0 34 D F 13C 3B 3F
Octal 330 150 273 0 64 15 17 474 73 77
Binary 11011000 1101000 10111011 0 110100 1101 1111 100111100 111011 111111

Color Harmonies of #D868BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D868BB

Black with #D868BB

Text Example


Text Example

White with #D868BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D868BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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