Html Css Color HEX #D869BE Orchid

📋 copy color: '#D869BE'

red 216 ◦ green 105 ◦ blue 190

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

Shades of Orchid #D869BE

Tints of Orchid #D869BE

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.55%

 BLUE value IS 190 (74.61% from 255) = 37.18%

R = 42.27%
G = 20.55%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D869BE (or 0xD869BE) is known color: Orchid. HEX triplet: D8, 69 and BE. RGB value is (216,105,190). Sum of RGB (Red+Green+Blue) = 216+105+190=511 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.27% from 511); Green value is 105 (41.41% from 255 or 20.55% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 216 - color contains mainly: red. Hex color #D869BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D869BE is #279641. Grayscale: #939393. Windows color (decimal): -2594370 or 12478936. OLE color: 12478936.

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

Color convert

RGB 216 105 190 -
CMYK 0 0.51 0.12 0.15
HSL 314.05º 0.59% 0.63% -
HSV(B) 314.05º 0.51% 0.85% -
XYZ 42.66 28.42 51.95 -
YUV 147.88 151.77 176.59 -
System Red Green Blue C M Y K H S L
Decimal 216 105 190 0 0.51 0.12 0.15 314.05 0.59 0.63
Hex D8 69 BE 0 33 C F 13A 3B 3F
Octal 330 151 276 0 63 14 17 472 73 77
Binary 11011000 1101001 10111110 0 110011 1100 1111 100111010 111011 111111

Color Harmonies of #D869BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D869BE

Black with #D869BE

Text Example


Text Example

White with #D869BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D869BE; }

 p { color: rgb(216,105,190); }

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

background-color css

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

 a { background-color: rgb(216,105,190); }

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

border-color css

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

 span { border-color: rgb(216,105,190); }

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