Html Css Color HEX #D867BE Orchid

📋 copy color: '#D867BE'

red 216 ◦ green 103 ◦ blue 190

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

Shades of Orchid #D867BE

Tints of Orchid #D867BE

RGB

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

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

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

R = 42.44%
G = 20.24%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D867BE (or 0xD867BE) is known color: Orchid. HEX triplet: D8, 67 and BE. RGB value is (216,103,190). Sum of RGB (Red+Green+Blue) = 216+103+190=509 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.44% from 509); Green value is 103 (40.62% from 255 or 20.24% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 216 - color contains mainly: red. Hex color #D867BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D867BE is #279841. Grayscale: #929292. Windows color (decimal): -2594882 or 12478424. OLE color: 12478424.

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

Color convert

RGB 216 103 190 -
CMYK 0 0.52 0.12 0.15
HSL 313.81º 0.59% 0.63% -
HSV(B) 313.81º 0.52% 0.85% -
XYZ 42.46 28.02 51.88 -
YUV 146.71 152.44 177.43 -
System Red Green Blue C M Y K H S L
Decimal 216 103 190 0 0.52 0.12 0.15 313.81 0.59 0.63
Hex D8 67 BE 0 34 C F 13A 3B 3F
Octal 330 147 276 0 64 14 17 472 73 77
Binary 11011000 1100111 10111110 0 110100 1100 1111 100111010 111011 111111

Color Harmonies of #D867BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D867BE

Black with #D867BE

Text Example


Text Example

White with #D867BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D867BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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