Html Css Color HEX #D866BF Orchid

📋 copy color: '#D866BF'

red 216 ◦ green 102 ◦ blue 191

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

Shades of Orchid #D866BF

Tints of Orchid #D866BF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.04%

 BLUE value IS 191 (75% from 255) = 37.52%

R = 42.44%
G = 20.04%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D866BF (or 0xD866BF) is known color: Orchid. HEX triplet: D8, 66 and BF. RGB value is (216,102,191). Sum of RGB (Red+Green+Blue) = 216+102+191=509 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.44% from 509); Green value is 102 (40.23% from 255 or 20.04% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 216 - color contains mainly: red. Hex color #D866BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D866BF is #279940. Grayscale: #919191. Windows color (decimal): -2595137 or 12543704. OLE color: 12543704.

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

Color convert

RGB 216 102 191 -
CMYK 0 0.53 0.12 0.15
HSL 313.16º 0.59% 0.62% -
HSV(B) 313.16º 0.53% 0.85% -
XYZ 42.47 27.86 52.43 -
YUV 146.23 153.27 177.76 -
System Red Green Blue C M Y K H S L
Decimal 216 102 191 0 0.53 0.12 0.15 313.16 0.59 0.62
Hex D8 66 BF 0 35 C F 139 3B 3E
Octal 330 146 277 0 65 14 17 471 73 76
Binary 11011000 1100110 10111111 0 110101 1100 1111 100111001 111011 111110

Color Harmonies of #D866BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D866BF

Black with #D866BF

Text Example


Text Example

White with #D866BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D866BF; }

 p { color: rgb(216,102,191); }

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

background-color css

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

 a { background-color: rgb(216,102,191); }

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

border-color css

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

 span { border-color: rgb(216,102,191); }

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